staging: wilc1000: coreconfigurator: Remove spaces before "\n"
authorStanislav Kholmanskikh <kholmanskikh.s.s@gmail.com>
Wed, 10 Jun 2015 18:57:24 +0000 (21:57 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 11 Jun 2015 00:46:32 +0000 (17:46 -0700)
commit1fad279db55bb4482e8f661788102707a8a957c1
tree45807f0db32527b3875a6994ab53ce4545f437bd
parent842f1d71f6a00aa3d0a6fa277585cd7713122e3f
staging: wilc1000: coreconfigurator: Remove spaces before "\n"

In accordance to checkpatch.pl, a space before a quoted
newline ("\n") is unnecessary, therefore substituted " \n"
with "\n" in coreconfigurator.c

Signed-off-by: Stanislav Kholmanskikh <kholmanskikh.s.s@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/coreconfigurator.c