From: Stanislav Kholmanskikh Date: Wed, 10 Jun 2015 18:57:24 +0000 (+0300) Subject: staging: wilc1000: coreconfigurator: Remove spaces before "\n" X-Git-Tag: omap-for-v4.3/legacy-v2-signed~121^2~271 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fad279db55bb4482e8f661788102707a8a957c1;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed