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 <[EMAIL PROTECTED]>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to