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 <ajay.kathat@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Ajay Singh 2018-02-16 20:41:44 +05:30 committed by Greg Kroah-Hartman
parent a6c037de25
commit 038a9572c2

View file

@ -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':