commit | 428e2fdc4ecee2312829e97549f99c12312f4faf | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Tue May 24 17:13:39 2011 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed May 25 08:39:55 2011 -0700 |
tree | 5f5debb951822770cd6e325c6552e701a2874642 | |
parent | 5ca43f6c3b365024d889bc77064bb331f5a72a45 [diff] |
checkpatch: add check for line continuations in quoted strings Add a warning for unterminated quoted strings with line continuations as these frequently add unwanted whitespace. Signed-off-by: Joe Perches <joe@perches.com> Cc: Andy Whitcroft <apw@canonical.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>