On Wed, Jun 17, 2015 at 02:42:34PM +0900, Sunghoon Cho wrote: > This removes the warnings reported by checkpatch.pl for line over 80 > characters. > > Signed-off-by: Sunghoon Cho <ywhsbliss@xxxxxxxxx> > --- > drivers/staging/wilc1000/wilc_wfi_netdevice.h | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) > > diff --git a/drivers/staging/wilc1000/wilc_wfi_netdevice.h b/drivers/staging/wilc1000/wilc_wfi_netdevice.h > index 7f58551..96e4d5c 100644 > --- a/drivers/staging/wilc1000/wilc_wfi_netdevice.h > +++ b/drivers/staging/wilc1000/wilc_wfi_netdevice.h > @@ -77,8 +77,8 @@ struct WILC_WFI_stats { > #define num_reg_frame 2 > /* > * If you use RX_BH_WORK_QUEUE on LPC3131: You may lose the first interrupt on > - * LPC3131 which is important to get the MAC start status when you are blocked inside > - * linux_wlan_firmware_download() which blocks mac_open(). > + * 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) > #define RX_BH_TYPE RX_BH_KTHREAD > @@ -150,7 +150,8 @@ struct WILC_WFI_priv { > u8 WILC_WFI_wep_default; > u8 WILC_WFI_wep_key[4][WLAN_KEY_LEN_WEP104]; > u8 WILC_WFI_wep_key_len[4]; > - struct net_device *real_ndev; /* The real interface that the monitor is on */ > + /* The real interface that the monitor is on */ > + struct net_device *real_ndev; This change doesn't work well, I'd leave it as-is. thanks, greg k-h _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel