staging: wilc1000: fix line over 80 characters in wilc_spi_init()
authorAjay Singh <ajay.kathat@microchip.com>
Wed, 14 Feb 2018 11:10:13 +0000 (16:40 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 16 Feb 2018 14:31:29 +0000 (15:31 +0100)
commitc73f59508913cd3f4155f5d9e97d50b8d867fee1
tree6a067758d77321d6120728e4054906a6b6479a93
parent169ed7ee33ec2246aab4df12008b5b3fcdf5835b
staging: wilc1000: fix line over 80 characters in wilc_spi_init()

Modified wilc_spi_init() to fix the line over 80 char issues reported
by checkpatch.pl script.
To overcome the checkpatch.pl reported issue modified debug logs and
comments used in wilc_spi_init().

Signed-off-by: Ajay Singh <ajay.kathat@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/wilc_spi.c