Staging: winbond: wb35rx_f: Fixed coding style issues
authorAdil Mujeeb <mujeeb.adil@gmail.com>
Wed, 7 Nov 2012 18:50:02 +0000 (00:20 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Nov 2012 21:11:57 +0000 (13:11 -0800)
Fixed checkpatch.pl reported ERRORs

Signed-off-by: Adil Mujeeb <mujeeb.adil@gmail.com>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/winbond/wb35rx_f.h

index 1fdf65ea6041962f7a964abe8c49962db968aef6..559bdca12e1a4adaa31849dcd4b5589068ca54ca 100644 (file)
@@ -4,12 +4,12 @@
 #include <net/mac80211.h>
 #include "wbhal.h"
 
-//====================================
-// Interface function declare
-//====================================
-unsigned char          Wb35Rx_initial(  struct hw_data * pHwData );
-void           Wb35Rx_destroy(  struct hw_data * pHwData );
-void           Wb35Rx_stop(  struct hw_data * pHwData );
+/*
+ * Interface function declaration
+ */
+unsigned char  Wb35Rx_initial(struct hw_data *pHwData);
+void           Wb35Rx_destroy(struct hw_data *pHwData);
+void           Wb35Rx_stop(struct hw_data *pHwData);
 void           Wb35Rx_start(struct ieee80211_hw *hw);
 
 #endif
This page took 0.0250629999999999 seconds and 5 git commands to generate.