Whamcloud - gitweb
LU-4871 newline: Correct missing newline 00/10000/6
authorJames Nunez <james.a.nunez@intel.com>
Thu, 17 Apr 2014 20:29:01 +0000 (14:29 -0600)
committerOleg Drokin <oleg.drokin@intel.com>
Wed, 9 Jul 2014 15:27:10 +0000 (15:27 +0000)
commite64d9101cc8ebc61924d6e9db6d7ab3cfa94767c
tree944b227a97844b77aa44f6298a53e0d67baf5a8b
parentb69b7de30c3977cb69a741099218bc4a81752717
LU-4871 newline: Correct missing newline

Several error messages are missing newline characters
at the end of the message. Newlines are added where
necessary and other minor corrections; no punctuation
at the end of an error message, add a return code to
the end of error messages, device name at the beginning,
etc.

There are just a couple of places where newlines are
removed and this is only in LDLM_DEBUG_NOLOCK. The definition
of LDLM_DEBUG_NOLOCK already has a newline in it and
resulted in double newlines printed.

Signed-off-by: James Nunez <james.a.nunez@intel.com>
Change-Id: I562a76a03753cfc8fd7bb822713280995d9cce45
Reviewed-on: http://review.whamcloud.com/10000
Tested-by: Jenkins
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: John L. Hammond <john.hammond@intel.com>
Reviewed-by: Cliff White <cliff.white@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
36 files changed:
lnet/selftest/framework.c
lnet/selftest/rpc.c
lustre/ldlm/ldlm_request.c
lustre/llite/file.c
lustre/lmv/lmv_obd.c
lustre/lod/lod_pool.c
lustre/lov/lov_lock.c
lustre/lov/lov_obd.c
lustre/lov/lov_pool.c
lustre/mdc/mdc_request.c
lustre/mdt/mdt_handler.c
lustre/mdt/mdt_hsm_cdt_actions.c
lustre/mdt/mdt_lib.c
lustre/mgc/mgc_request.c
lustre/obdclass/cl_lock.c
lustre/obdclass/llog_test.c
lustre/obdclass/lprocfs_jobstats.c
lustre/obdclass/lprocfs_status.c
lustre/obdclass/lu_object.c
lustre/obdclass/obd_config.c
lustre/obdecho/echo_client.c
lustre/osc/osc_cache.c
lustre/osc/osc_lock.c
lustre/osc/osc_request.c
lustre/osd-ldiskfs/osd_handler.c
lustre/osd-ldiskfs/osd_iam_lvar.c
lustre/osd-ldiskfs/osd_io.c
lustre/osp/osp_dev.c
lustre/ptlrpc/client.c
lustre/ptlrpc/sec.c
lustre/quota/lquota_disk.c
lustre/quota/qsd_handler.c
lustre/quota/qsd_lock.c
lustre/quota/qsd_request.c
lustre/quota/qsd_writeback.c
lustre/utils/lustre_cfg.c