RTL8192CU: Fix compilation (typo in patch)

This commit is contained in:
Steeve Morin 2014-03-26 16:47:31 +01:00
parent 4473271c19
commit f47d054744

View File

@ -407,7 +407,7 @@ index 018fe48..d4f6e7d 100644
int proc_set_rx_signal(struct file *file, const char *buffer,
- unsigned long count, void *data)
+ unsigned long count, void *data);
+ unsigned long count, void *data)
{
struct net_device *dev = (struct net_device *)data;
_adapter *padapter = (_adapter *)rtw_netdev_priv(dev);