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

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Joe Perches
Date: Monday, November 19, 2007 - 6:47 pm

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@perches.com>
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 00/59] trivial - Add missing "space" in multiline q ..., Joe Perches, (Mon Nov 19, 6:47 pm)
[PATCH 01/59] arch/ia64: Add missing &quot;space&quot;, Joe Perches, (Mon Nov 19, 6:47 pm)
[PATCH 02/59] arch/mips: Add missing &quot;space&quot;, Joe Perches, (Mon Nov 19, 6:47 pm)
[PATCH 04/59] arch/ppc: Add missing &quot;space&quot;, Joe Perches, (Mon Nov 19, 6:47 pm)
[PATCH 05/59] arch/s390: Add missing &quot;space&quot;, Joe Perches, (Mon Nov 19, 6:47 pm)
[PATCH 09/59] arch/x86: Add missing &quot;space&quot;, Joe Perches, (Mon Nov 19, 6:48 pm)
Re: [PATCH 17/59] drivers/ide: Add missing &quot;space&quot;, Bartlomiej Zolnierki ..., (Thu Nov 22, 2:23 pm)