From: Josh Triplett Date: Wed, 3 Aug 2011 19:19:07 +0000 (-0700) Subject: CodingStyle: Document the exception of not splitting user-visible strings, for grepping X-Git-Tag: v3.1-rc1~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f76b6fcaa6025bc9b2c00e055c7ccd39730568d;p=pandora-kernel.git CodingStyle: Document the exception of not splitting user-visible strings, for grepping Patch reviewers now recommend not splitting long user-visible strings, such as printk messages, even if they exceed 80 columns. This avoids breaking grep. However, that recommendation did not actually appear anywhere in Documentation/CodingStyle. See, for example, the thread at http://news.gmane.org/find-root.php?message_id=%3c1312215262.11635.15.camel%40Joe%2dLaptop%3e Signed-off-by: Josh Triplett Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed