]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: rtl8188eu: fix space between function name and '('
authorAastha Gupta <aastha.gupta4104@gmail.com>
Thu, 5 Oct 2017 13:06:22 +0000 (18:36 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Oct 2017 13:38:51 +0000 (15:38 +0200)
This patch fixes checkpatch.pl warning:
WARNING: space prohibited between function name and open parenthesis '('

Signed-off-by: Aastha Gupta <aastha.gupta4104@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/include/osdep_intf.h

index 97d3d850418405a3ab38f0cdfec3ea414dc1268d..f1fb3d511a45f40746ca60e57a4e3e592f192d65 100644 (file)
@@ -26,7 +26,7 @@ u8 rtw_init_drv_sw(struct adapter *padapter);
 u8 rtw_free_drv_sw(struct adapter *padapter);
 u8 rtw_reset_drv_sw(struct adapter *padapter);
 
-void rtw_stop_drv_threads (struct adapter *padapter);
+void rtw_stop_drv_threads(struct adapter *padapter);
 void rtw_cancel_all_timer(struct adapter *padapter);
 
 int rtw_ioctl(struct net_device *dev, struct ifreq *rq, int cmd);