diff options
author | Janani Ravichandran <janani.rvchndrn@gmail.com> | 2016-02-13 23:26:49 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-02-14 16:31:44 -0800 |
commit | 17a0c29935f83835a5b35b29e95f3cfc405a8f6f (patch) | |
tree | f1c6bee6cdd1bb487f7ef9ddb0367c6078509268 /drivers | |
parent | 01fe818cc3409c75bc15a5695600b43f4b354b62 (diff) | |
download | linux-17a0c29935f83835a5b35b29e95f3cfc405a8f6f.tar.gz linux-17a0c29935f83835a5b35b29e95f3cfc405a8f6f.tar.bz2 linux-17a0c29935f83835a5b35b29e95f3cfc405a8f6f.zip |
staging: wilc1000: Eliminate spaces between function names and open parentheses
Remove spaces between function names and open parentheses as they are
unnecessary.
Signed-off-by: Janani Ravichandran <janani.rvchndrn@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/wilc1000/linux_wlan_common.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/wilc1000/linux_wlan_common.h b/drivers/staging/wilc1000/linux_wlan_common.h index 44573e2ea0ee..f32505113b60 100644 --- a/drivers/staging/wilc1000/linux_wlan_common.h +++ b/drivers/staging/wilc1000/linux_wlan_common.h @@ -12,7 +12,7 @@ enum debug_region { #define CFG80211_DBG (1 << CFG80211_debug) #define INIT_DBG (1 << Init_debug) -#if defined (WILC_DEBUGFS) +#if defined(WILC_DEBUGFS) extern atomic_t WILC_REGION; extern atomic_t WILC_DEBUG_LEVEL; @@ -105,7 +105,7 @@ extern atomic_t WILC_DEBUG_LEVEL; #define WILC_MULTICAST_TABLE_SIZE 8 -#if defined (BEAGLE_BOARD) +#if defined(BEAGLE_BOARD) #define SPI_CHANNEL 4 #if SPI_CHANNEL == 4 @@ -118,7 +118,7 @@ extern atomic_t WILC_DEBUG_LEVEL; #elif defined(PLAT_WMS8304) /* rachel */ #define MODALIAS "wilc_spi" #define GPIO_NUM 139 -#elif defined (PLAT_RKXXXX) +#elif defined(PLAT_RKXXXX) #define MODALIAS "WILC_IRQ" #define GPIO_NUM RK30_PIN3_PD2 /* RK30_PIN3_PA1 */ /* RK30_PIN3_PD2 */ |