Commit 5dcf8f66 authored by Ruslan Pisarev's avatar Ruslan Pisarev Committed by Greg Kroah-Hartman

Staging: winbond: fix comments coding style issue in core.h

This is a patch to the core.h file that fixed up a TAB and spaces Errors
found by the checkpatch.pl tools, like do not use C99 // comments
Signed-off-by: default avatarRuslan Pisarev <ruslan@rpisarev.org.ua>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent f9a4191c
...@@ -12,14 +12,16 @@ ...@@ -12,14 +12,16 @@
#define WB_MAX_LINK_NAME_LEN 40 #define WB_MAX_LINK_NAME_LEN 40
struct wbsoft_priv { struct wbsoft_priv {
u32 adapterIndex; // 20060703.4 Add for using padapterContext global adapter point u32 adapterIndex; /* 20060703.4 Add for using padapterContext
global adapter point */
struct wb_local_para sLocalPara; // Myself connected parameters struct wb_local_para sLocalPara; /* Myself connected
parameters */
MLME_FRAME sMlmeFrame; // connect to peerSTA parameters MLME_FRAME sMlmeFrame; /* connect to peerSTA parameters */
struct wb35_mto_params sMtoPara; // MTO_struct ... struct wb35_mto_params sMtoPara; /* MTO_struct ... */
struct hw_data sHwData; //For HAL struct hw_data sHwData; /*For HAL */
struct wb35_mds Mds; struct wb35_mds Mds;
spinlock_t SpinLock; spinlock_t SpinLock;
...@@ -30,7 +32,7 @@ struct wbsoft_priv { ...@@ -30,7 +32,7 @@ struct wbsoft_priv {
u32 TxByteCount; u32 TxByteCount;
struct sk_buff *packet_return; struct sk_buff *packet_return;
s32 netif_state_stop; // 1: stop 0: normal s32 netif_state_stop; /* 1: stop 0: normal */
struct iw_statistics iw_stats; struct iw_statistics iw_stats;
u8 LinkName[WB_MAX_LINK_NAME_LEN]; u8 LinkName[WB_MAX_LINK_NAME_LEN];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment