Whamcloud - gitweb
LU-9679 general: add missing spaces to folded strings. 53/36653/5
authorMr NeilBrown <neilb@suse.de>
Sun, 3 Nov 2019 23:40:56 +0000 (10:40 +1100)
committerOleg Drokin <green@whamcloud.com>
Sat, 8 Feb 2020 04:00:16 +0000 (04:00 +0000)
commit38e6ee6fb779c34c7ef3eb4a010332385b3b84c1
tree9682ec5d1f8c8283c697f718004968e6fa7e5484
parentfb291dbf72ecd32847f1499776a441126f28e9bf
LU-9679 general: add missing spaces to folded strings.

Many places in lustre fold a long string onto multiple lines,
usually at word breaks.  Sometimes the space between those words
got lost.
In a couple of places, a newline (n) rather than a space was lost.

This patch adds those spaces (and newlines) back in.

Where a space was added, the whole string is joined onto a
single line as this is current policy - encouraged by checkpatch.

In a couple of places neighbouring strings are also joined
into a single line, and some code has been re-indented to use
TABs.

Where the missing space was in a .diff file, the string hasn't
been joined into a line, as it doesn't seem worth the churn.

Test-Parameters: trivial
Signed-off-by: Mr NeilBrown <neilb@suse.de>
Change-Id: I6882bb957df566da0794f4ee85133dbf8c3debc1
Reviewed-on: https://review.whamcloud.com/36653
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
31 files changed:
lnet/klnds/gnilnd/gnilnd_cb.c
lnet/klnds/socklnd/socklnd_cb.c
lnet/lnet/acceptor.c
lnet/lnet/lib-move.c
lustre/lfsck/lfsck_namespace.c
lustre/llite/statahead.c
lustre/llite/symlink.c
lustre/mdd/mdd_object.c
lustre/mdt/mdt_handler.c
lustre/mdt/mdt_mds.c
lustre/mgs/mgs_handler.c
lustre/mgs/mgs_llog.c
lustre/obdclass/genops.c
lustre/obdclass/llog_osd.c
lustre/obdclass/llog_test.c
lustre/ofd/ofd_io.c
lustre/osd-zfs/osd_scrub.c
lustre/ost/ost_handler.c
lustre/quota/qmt_pool.c
lustre/target/tgt_lastrcvd.c
lustre/tests/listxattr_size_check.c
lustre/utils/gss/krb5_util.c
lustre/utils/gss/nfs-utils-1.0.10-lustre.diff
lustre/utils/gss/nfs-utils-1.0.11-lustre.diff
lustre/utils/gss/svcgssd_proc.c
lustre/utils/lctl.c
lustre/utils/lhsmtool_posix.c
lustre/utils/libmount_utils_ldiskfs.c
lustre/utils/llverdev.c
lustre/utils/llverfs.c
lustre/utils/obd.c