[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20171017211751.31343-1-xypron.glpk@gmx.de>
Date: Tue, 17 Oct 2017 23:17:51 +0200
From: Heinrich Schuchardt <xypron.glpk@....de>
To: Andy Whitcroft <apw@...onical.com>, Joe Perches <joe@...ches.com>
Cc: linux-kernel@...r.kernel.org,
Heinrich Schuchardt <xypron.glpk@....de>
Subject: scripts/checkpatch: Concatenated strings should use spaces between elements
This patch creates a warning (CHECK)
"Concatenated strings should use spaces between elements"
There are no concatenated strings here.
(checkpatch is also used in the U-Boot project where wide strings
occur in the EFI implementation.)
Signed-off-by: Heinrich Schuchardt <xypron.glpk@....de>
---
test.c | 7 +++++++
1 file changed, 7 insertions(+)
create mode 100644 test.c
diff --git a/test.c b/test.c
new file mode 100644
index 0000000000..dfd33cd765
--- /dev/null
+++ b/test.c
@@ -0,0 +1,6 @@
+#include <foo.h>
+
+void foo(void)
+{
+ test(L"\"");
+}
--
2.14.2
Powered by blists - more mailing lists