提交 746f0c5a 编写于 作者: A Adil Mujeeb 提交者: Greg Kroah-Hartman

Staging: winbond: wb35rx_f: Fixed coding style issues

Fixed checkpatch.pl reported ERRORs
Signed-off-by: NAdil Mujeeb <mujeeb.adil@gmail.com>
Acked-by: NPavel Machek <pavel@ucw.cz>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 c299647f
...@@ -4,12 +4,12 @@ ...@@ -4,12 +4,12 @@
#include <net/mac80211.h> #include <net/mac80211.h>
#include "wbhal.h" #include "wbhal.h"
//==================================== /*
// Interface function declare * Interface function declaration
//==================================== */
unsigned char Wb35Rx_initial( struct hw_data * pHwData ); unsigned char Wb35Rx_initial(struct hw_data *pHwData);
void Wb35Rx_destroy( struct hw_data * pHwData ); void Wb35Rx_destroy(struct hw_data *pHwData);
void Wb35Rx_stop( struct hw_data * pHwData ); void Wb35Rx_stop(struct hw_data *pHwData);
void Wb35Rx_start(struct ieee80211_hw *hw); void Wb35Rx_start(struct ieee80211_hw *hw);
#endif #endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册