staging: wilc1000: fix line over 80 char for cfg parse RX and TX function
authorAjay Singh <ajay.kathat@microchip.com>
Wed, 7 Mar 2018 01:32:27 +0000 (07:02 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Mar 2018 11:59:04 +0000 (12:59 +0100)
commit0a0dac38d4060d2bd9d5a16e999a2f8ee337d04e
treed200793fe3b703bef9681eaab103e1215511e57c
parent6fa02f2d0b721ca3658c558d068fd96e68f733ea
staging: wilc1000: fix line over 80 char for cfg parse RX and TX function

Fix 'line over 80 characters' issue found by checkpatch.pl script. Moved
the common code from wilc_wfi_cfg_parse_tx_action() &
wilc_wfi_cfg_parse_rx_action() to new function to avoid checkpatch issue.

Signed-off-by: Ajay Singh <ajay.kathat@microchip.com>
Reviewed-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/wilc_wfi_cfgoperations.c