CodingStyle: Document the exception of not splitting user-visible strings, for grepping
authorJosh Triplett <josh@joshtriplett.org>
Wed, 3 Aug 2011 19:19:07 +0000 (12:19 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 6 Aug 2011 18:59:07 +0000 (11:59 -0700)
commit6f76b6fcaa6025bc9b2c00e055c7ccd39730568d
tree1b34503081591f2a5748c0902e6e75f917de070b
parent1117f72ea0217ba0cc19f05adbbd8b9a397f5ab7
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 <josh@joshtriplett.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Documentation/CodingStyle