Whamcloud - gitweb
LU-5406: liblustre: remove \n from some llapi_error strings 14/11214/4
authorFrank Zago <fzago@cray.com>
Thu, 24 Jul 2014 16:27:22 +0000 (11:27 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Mon, 18 Aug 2014 17:14:33 +0000 (17:14 +0000)
commit35d63ea4ea2a8eb727dc6f5e5c525cfa42ecdf86
treec9a4d877dabf2bde00ed4be98d0dcb5cf6e39a92
parent1d8cfa61e873ddcaecfe60a2a2c3e26bde5b4e34
LU-5406: liblustre: remove \n from some llapi_error strings

Some strings passed to llapi_error() contain a \n. But llapi_error's
callback, error_callback_default(), adds one too. So fix these strings.

Converted a few spaces to tabs.

Change-Id: I0e639bd52813ac672c677e7c10713f211ea0888a
Signed-off-by: frank zago <fzago@cray.com>
Reviewed-on: http://review.whamcloud.com/11214
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: James Nunez <james.a.nunez@intel.com>
Reviewed-by: John L. Hammond <john.hammond@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/tests/ll_dirstripe_verify.c
lustre/utils/liblustreapi.c