]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Don't break long strings onto multiple lines.
authorNeilBrown <neilb@suse.de>
Thu, 12 Feb 2015 02:46:53 +0000 (13:46 +1100)
committerNeilBrown <neilb@suse.de>
Thu, 12 Feb 2015 02:46:53 +0000 (13:46 +1100)
commit7a862a020f04b10f17f6dcae23bf60c52cbe190b
tree8134a9a06b1aaaa1ee640b20f3b00e95755d4f49
parent1ade5cc15a61c6fe3084c5170934e05e9a574843
Don't break long strings onto multiple lines.

It is best to keep strings all together so that they
are easier to search for in the source code.
If a string is so long that it looks ugly one line,
them maybe it should be broken into multiple lines
for display too.

Only strings which contain a newline can be broken
into multiple lines:

 "It is OK to\n"
 "break this string\n"

Signed-off-by: NeilBrown <neilb@suse.de>
21 files changed:
Assemble.c
Build.c
Create.c
Grow.c
Incremental.c
Manage.c
Monitor.c
bitmap.c
config.c
mdadm.c
mdopen.c
platform-intel.h
policy.c
raid6check.c
restripe.c
super-ddf.c
super-intel.c
super0.c
super1.c
sysfs.c
util.c