Commit 12dc9e4e authored by Leo Kim's avatar Leo Kim Committed by Greg Kroah-Hartman

staging: wilc1000: wilc_wlan_if.h: remove warnings on the multiple blank lines

This patch removes the warnings reported by checkpatch.pl
for using multiple blank lines.
Signed-off-by: default avatarLeo Kim <leo.kim@atmel.com>
Signed-off-by: default avatarGlen Lee <glen.lee@atmel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 234837de
...@@ -7,18 +7,15 @@ ...@@ -7,18 +7,15 @@
/* */ /* */
/* ///////////////////////////////////////////////////////////////////////// */ /* ///////////////////////////////////////////////////////////////////////// */
#ifndef WILC_WLAN_IF_H #ifndef WILC_WLAN_IF_H
#define WILC_WLAN_IF_H #define WILC_WLAN_IF_H
/* #define MEMORY_STATIC */ /* #define MEMORY_STATIC */
/* #define USE_OLD_SPI_SW */ /* #define USE_OLD_SPI_SW */
#include "wilc_oswrapper.h" #include "wilc_oswrapper.h"
#include "linux_wlan_common.h" #include "linux_wlan_common.h"
/******************************************** /********************************************
* *
* Debug Flags * Debug Flags
...@@ -41,7 +38,6 @@ ...@@ -41,7 +38,6 @@
#define HIF_SPI BIT(0) #define HIF_SPI BIT(0)
#define HIF_SDIO_GPIO_IRQ BIT(2) #define HIF_SDIO_GPIO_IRQ BIT(2)
/******************************************** /********************************************
* *
* Tx/Rx Buffer Size Defines * Tx/Rx Buffer Size Defines
...@@ -154,7 +150,6 @@ struct tx_complete_data { ...@@ -154,7 +150,6 @@ struct tx_complete_data {
struct sk_buff *skb; struct sk_buff *skb;
}; };
typedef void (*wilc_tx_complete_func_t)(void *, int); typedef void (*wilc_tx_complete_func_t)(void *, int);
#define WILC_TX_ERR_NO_BUF (-2) #define WILC_TX_ERR_NO_BUF (-2)
...@@ -388,7 +383,6 @@ typedef enum { ...@@ -388,7 +383,6 @@ typedef enum {
typedef enum { typedef enum {
WID_NIL = 0xffff, WID_NIL = 0xffff,
/* BSS Type */ /* BSS Type */
/* -------------------------------------------------------------- */ /* -------------------------------------------------------------- */
/* Configuration : Infrastructure Independent Access Point */ /* Configuration : Infrastructure Independent Access Point */
...@@ -748,7 +742,6 @@ typedef enum { ...@@ -748,7 +742,6 @@ typedef enum {
/* -------------------------------------------------------------- */ /* -------------------------------------------------------------- */
WID_11N_TXOP_PROT_DISABLE = 0x00B0, WID_11N_TXOP_PROT_DISABLE = 0x00B0,
WID_TX_POWER_LEVEL_11N = 0x00B1, WID_TX_POWER_LEVEL_11N = 0x00B1,
/* Custom Character WID list */ /* Custom Character WID list */
...@@ -821,7 +814,6 @@ typedef enum { ...@@ -821,7 +814,6 @@ typedef enum {
WID_MEMORY_ACCESS_32BIT = 0x201F, WID_MEMORY_ACCESS_32BIT = 0x201F,
WID_RF_REG_VAL = 0x2021, WID_RF_REG_VAL = 0x2021,
/* NMAC Integer WID list */ /* NMAC Integer WID list */
WID_11N_PHY_ACTIVE_REG_VAL = 0x2080, WID_11N_PHY_ACTIVE_REG_VAL = 0x2080,
...@@ -874,8 +866,6 @@ typedef enum { ...@@ -874,8 +866,6 @@ typedef enum {
WID_IP_ADDRESS = 0x3999, WID_IP_ADDRESS = 0x3999,
/* Custom String WID list */ /* Custom String WID list */
/* EMAC Binary WID list */ /* EMAC Binary WID list */
...@@ -890,7 +880,6 @@ typedef enum { ...@@ -890,7 +880,6 @@ typedef enum {
/* NMAC Binary WID list */ /* NMAC Binary WID list */
WID_11N_AUTORATE_TABLE = 0x4080, WID_11N_AUTORATE_TABLE = 0x4080,
WID_SCAN_CHANNEL_LIST = 0x4084, WID_SCAN_CHANNEL_LIST = 0x4084,
WID_INFO_ELEMENT_PROBE = 0x4085, WID_INFO_ELEMENT_PROBE = 0x4085,
...@@ -913,5 +902,4 @@ void wilc_bus_set_max_speed(void); ...@@ -913,5 +902,4 @@ void wilc_bus_set_max_speed(void);
void wilc_bus_set_default_speed(void); void wilc_bus_set_default_speed(void);
u32 wilc_get_chipid(u8 update); u32 wilc_get_chipid(u8 update);
#endif #endif
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