Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Ruslan Pisarev <ruslan@rpisarev.org.ua>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

Ruslan Pisarev and committed by
Greg Kroah-Hartman
5dcf8f66 f9a4191c

+8 -6
+8 -6
drivers/staging/winbond/core.h
··· 12 12 #define WB_MAX_LINK_NAME_LEN 40 13 13 14 14 struct wbsoft_priv { 15 - u32 adapterIndex; // 20060703.4 Add for using padapterContext global adapter point 15 + u32 adapterIndex; /* 20060703.4 Add for using padapterContext 16 + global adapter point */ 16 17 17 - struct wb_local_para sLocalPara; // Myself connected parameters 18 + struct wb_local_para sLocalPara; /* Myself connected 19 + parameters */ 18 20 19 - MLME_FRAME sMlmeFrame; // connect to peerSTA parameters 21 + MLME_FRAME sMlmeFrame; /* connect to peerSTA parameters */ 20 22 21 - struct wb35_mto_params sMtoPara; // MTO_struct ... 22 - struct hw_data sHwData; //For HAL 23 + struct wb35_mto_params sMtoPara; /* MTO_struct ... */ 24 + struct hw_data sHwData; /*For HAL */ 23 25 struct wb35_mds Mds; 24 26 25 27 spinlock_t SpinLock; ··· 32 30 u32 TxByteCount; 33 31 34 32 struct sk_buff *packet_return; 35 - s32 netif_state_stop; // 1: stop 0: normal 33 + s32 netif_state_stop; /* 1: stop 0: normal */ 36 34 struct iw_statistics iw_stats; 37 35 38 36 u8 LinkName[WB_MAX_LINK_NAME_LEN];