Whamcloud - gitweb
LU-9679 general: add missing spaces near punctuation 02/37402/5
authorMr NeilBrown <neilb@suse.de>
Mon, 3 Feb 2020 03:24:19 +0000 (14:24 +1100)
committerOleg Drokin <green@whamcloud.com>
Sun, 1 Mar 2020 05:34:48 +0000 (05:34 +0000)
commit43d10ec85d02f9dd0a01e2106c62a82dc57e72b1
tree50aaa13d676c514d75fb55fa860d792d7e04c4e3
parent718388cbf68d8bcac4e4a24f3ca88f0da5891488
LU-9679 general: add missing spaces near punctuation

Many places in lustre fold a long string onto multiple lines, usually
at word breaks.  Sometimes the word-break has punctuation, such as
comma, colon, or period, but needs a space as well to be properly
readable.  Because the string is folded, the missing space isn't
immediately obvious in the code.

This patch adds those spaces after punctuation where is seems to be
needed, and joins the affected strings onto a single line, in accord
with current policy.

Test-Parameters: trivial
Signed-off-by: Mr NeilBrown <neilb@suse.de>
Change-Id: I9e76778b1e9687bc26e85500006b4b9d9ae6f93a
Reviewed-on: https://review.whamcloud.com/37402
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Shaun Tancheff <shaun.tancheff@hpe.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
21 files changed:
lnet/klnds/gnilnd/gnilnd_cb.c
lnet/klnds/o2iblnd/o2iblnd.c
lnet/utils/lnetconfig/cyaml.c
lustre/fid/fid_request.c
lustre/llite/dcache.c
lustre/llite/dir.c
lustre/llite/file.c
lustre/llite/namei.c
lustre/mdd/mdd_device.c
lustre/mdt/mdt_handler.c
lustre/obdclass/llog_osd.c
lustre/osc/osc_lock.c
lustre/osc/osc_request.c
lustre/osd-zfs/osd_object.c
lustre/osp/osp_dev.c
lustre/ptlrpc/import.c
lustre/ptlrpc/layout.c
lustre/ptlrpc/nodemap_handler.c
lustre/quota/qmt_entry.c
lustre/quota/qmt_handler.c
lustre/tests/reads.c