From 1fad279db55bb4482e8f661788102707a8a957c1 Mon Sep 17 00:00:00 2001 From: Stanislav Kholmanskikh Date: Wed, 10 Jun 2015 21:57:24 +0300 Subject: [PATCH] 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-format-patch failed