Commit 69176e1c authored by Sunghoon Cho's avatar Sunghoon Cho Committed by Greg Kroah-Hartman

staging: wilc1000: remove the warnings on the prohibited spaces

This patch removes the warnings reported by checkpatch.pl regarding
prohibited spaces between function name and open parenthesis.
Signed-off-by: default avatarSunghoon Cho <ywhsbliss@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 9295e2d7
...@@ -80,9 +80,9 @@ struct WILC_WFI_stats { ...@@ -80,9 +80,9 @@ struct WILC_WFI_stats {
* LPC3131 which is important to get the MAC start status when you are blocked inside * LPC3131 which is important to get the MAC start status when you are blocked inside
* linux_wlan_firmware_download() which blocks mac_open(). * linux_wlan_firmware_download() which blocks mac_open().
*/ */
#if defined (NM73131_0_BOARD) #if defined(NM73131_0_BOARD)
#define RX_BH_TYPE RX_BH_KTHREAD #define RX_BH_TYPE RX_BH_KTHREAD
#elif defined (PANDA_BOARD) #elif defined(PANDA_BOARD)
#define RX_BH_TYPE RX_BH_THREADED_IRQ #define RX_BH_TYPE RX_BH_THREADED_IRQ
#else #else
#define RX_BH_TYPE RX_BH_KTHREAD #define RX_BH_TYPE RX_BH_KTHREAD
......
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