| lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
|
Open Source and information security mailing list archives
| ||
|
Message-Id: <ee1678e1bc8b80b7ae420059fffc7241486ea91a.1195454434.git.joe@perches.com>
Date: Mon, 19 Nov 2007 17:47:52 -0800
From: Joe Perches <joe@...ches.com>
To: linux-kernel@...r.kernel.org
Subject: [PATCH 00/59] trivial - Add missing "space" in multiline quoted strings
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@...ches.com>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/