On Wed, Jun 17, 2015 at 02:42:35PM +0900, Sunghoon Cho wrote: > This patch removes the warnings on the prohibited spaces between > function name and open parenthesis. > > Signed-off-by: Sunghoon Cho <ywhsbliss@xxxxxxxxx> > --- > drivers/staging/wilc1000/wilc_wfi_netdevice.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/staging/wilc1000/wilc_wfi_netdevice.h b/drivers/staging/wilc1000/wilc_wfi_netdevice.h > index 96e4d5c..3307439 100644 > --- a/drivers/staging/wilc1000/wilc_wfi_netdevice.h > +++ b/drivers/staging/wilc1000/wilc_wfi_netdevice.h > @@ -80,9 +80,9 @@ struct WILC_WFI_stats { > * LPC3131 which is important to get the MAC start status when you are blocked > * inside 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 > -#elif defined (PANDA_BOARD) > +#elif defined(PANDA_BOARD) > #define RX_BH_TYPE RX_BH_THREADED_IRQ > #else > #define RX_BH_TYPE RX_BH_KTHREAD > -- > 1.9.1 Doesn't apply properly, please rebase and resend. thanks, greg k-h _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel