From: Ajay Singh Date: Fri, 16 Feb 2018 15:11:44 +0000 (+0530) Subject: staging: wilc1000: fix line over 80 chars in wilc_wlan_cfg_indicate_rxi() X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=038a9572c266c067b99e8cebcda52c1e765083e1;p=openwrt%2Fstaging%2Fblogic.git staging: wilc1000: fix line over 80 chars in wilc_wlan_cfg_indicate_rxi() Cleanup patch to fix "line over 80 characters" issue reported by checkpatch.pl script. Signed-off-by: Ajay Singh Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/wilc1000/wilc_wlan_cfg.c b/drivers/staging/wilc1000/wilc_wlan_cfg.c index 752b2925010f..ab69bac3080b 100644 --- a/drivers/staging/wilc1000/wilc_wlan_cfg.c +++ b/drivers/staging/wilc1000/wilc_wlan_cfg.c @@ -523,9 +523,12 @@ int wilc_wlan_cfg_indicate_rx(struct wilc *wilc, u8 *frame, int size, frame += 4; size -= 4; - /** - * The valid types of response messages are 'R' (Response), 'I' (Information), and 'N' (Network Information) - **/ + /* + * The valid types of response messages are + * 'R' (Response), + * 'I' (Information), and + * 'N' (Network Information) + */ switch (msg_type) { case 'R':