Skip to content

Commit

Permalink
Staging: winbond: fix comments coding style issue in core.h
Browse files Browse the repository at this point in the history
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: Ruslan Pisarev <ruslan@rpisarev.org.ua>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Ruslan Pisarev authored and Greg Kroah-Hartman committed May 11, 2010
1 parent f9a4191 commit 5dcf8f6
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions drivers/staging/winbond/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,16 @@
#define WB_MAX_LINK_NAME_LEN 40

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 hw_data sHwData; //For HAL
struct wb35_mto_params sMtoPara; /* MTO_struct ... */
struct hw_data sHwData; /*For HAL */
struct wb35_mds Mds;

spinlock_t SpinLock;
Expand All @@ -30,7 +32,7 @@ struct wbsoft_priv {
u32 TxByteCount;

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;

u8 LinkName[WB_MAX_LINK_NAME_LEN];
Expand Down

0 comments on commit 5dcf8f6

Please sign in to comment.