[PATCH 00/59] trivial - Add missing "space" in multiline quoted strings

From: Joe Perches
Date: Mon Nov 19 2007 - 20:49:14 EST


Fix quoted string which do not have a space separating
the next word on continuation quoted strings.

for example:
"a line with a word"
"but no space"
is equivalent to:
"a line with a wordbut no space"
which becomes:
"a line with a word "
"but no space"

Signed-off-by: Joe Perches <joe@xxxxxxxxxxx>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/