Commit 232ced3d authored by Jude.Lee's avatar Jude.Lee Committed by Greg Kroah-Hartman

staging: wilc1000: remove multiple blank lines

This patch removes the warnings reported by checkpatch.pl for using
multiple blank lines.
Signed-off-by: default avatarJude.Lee <jude.lee@atmel.com>
Signed-off-by: default avatarTony Cho <tony.cho@atmel.com>
Reviewed-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 51a5fcaf
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
* @version 1.0 * @version 1.0
*/ */
#ifndef CORECONFIGURATOR_H #ifndef CORECONFIGURATOR_H
#define CORECONFIGURATOR_H #define CORECONFIGURATOR_H
...@@ -42,7 +41,6 @@ extern u16 g_num_total_switches; ...@@ -42,7 +41,6 @@ extern u16 g_num_total_switches;
#define AID_LEN 2 #define AID_LEN 2
#define IE_HDR_LEN 2 #define IE_HDR_LEN 2
/* Operating Mode: SET */ /* Operating Mode: SET */
#define SET_CFG 0 #define SET_CFG 0
/* Operating Mode: GET */ /* Operating Mode: GET */
...@@ -59,15 +57,12 @@ extern u16 g_num_total_switches; ...@@ -59,15 +57,12 @@ extern u16 g_num_total_switches;
#define MAC_CONNECTED 1 #define MAC_CONNECTED 1
#define MAC_DISCONNECTED 0 #define MAC_DISCONNECTED 0
/*****************************************************************************/ /*****************************************************************************/
/* Function Macros */ /* Function Macros */
/*****************************************************************************/ /*****************************************************************************/
#define MAKE_WORD16(lsb, msb) ((((u16)(msb) << 8) & 0xFF00) | (lsb)) #define MAKE_WORD16(lsb, msb) ((((u16)(msb) << 8) & 0xFF00) | (lsb))
#define MAKE_WORD32(lsw, msw) ((((u32)(msw) << 16) & 0xFFFF0000) | (lsw)) #define MAKE_WORD32(lsw, msw) ((((u32)(msw) << 16) & 0xFFFF0000) | (lsw))
/*****************************************************************************/ /*****************************************************************************/
/* Type Definitions */ /* Type Definitions */
/*****************************************************************************/ /*****************************************************************************/
...@@ -140,7 +135,6 @@ typedef struct { ...@@ -140,7 +135,6 @@ typedef struct {
u16 u16RespIEsLen; u16 u16RespIEsLen;
} tstrConnectRespInfo; } tstrConnectRespInfo;
typedef struct { typedef struct {
u8 au8bssid[6]; u8 au8bssid[6];
u8 *pu8ReqIEs; u8 *pu8ReqIEs;
...@@ -150,8 +144,6 @@ typedef struct { ...@@ -150,8 +144,6 @@ typedef struct {
u16 u16ConnectStatus; u16 u16ConnectStatus;
} tstrConnectInfo; } tstrConnectInfo;
typedef struct { typedef struct {
u16 u16reason; u16 u16reason;
u8 *ie; u8 *ie;
......
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