]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ocfs2: neaten do_error, ocfs2_error and ocfs2_abort
authorJoe Perches <joe@perches.com>
Tue, 7 Apr 2015 23:43:58 +0000 (09:43 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 7 Apr 2015 23:43:58 +0000 (09:43 +1000)
commitbd1e1cc9d605439f484a644cd3319deb62ef327a
tree51f1214b4ad86e06522494983a014f0894a72594
parent8b4beb712f364fa2bcaf4835c0623cdff4ba55c1
ocfs2: neaten do_error, ocfs2_error and ocfs2_abort

These uses sometimes do and sometimes don't have '\n' terminations.  Make
the uses consistently use '\n' terminations and remove the newline from
the functions.

Miscellanea:

o Coalesce formats
o Realign arguments

Signed-off-by: Joe Perches <joe@perches.com>
Cc: Mark Fasheh <mfasheh@suse.com>
Cc: Joel Becker <jlbec@evilplan.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
14 files changed:
fs/ocfs2/alloc.c
fs/ocfs2/aops.c
fs/ocfs2/dir.c
fs/ocfs2/extent_map.c
fs/ocfs2/inode.c
fs/ocfs2/journal.c
fs/ocfs2/localalloc.c
fs/ocfs2/move_extents.c
fs/ocfs2/quota_local.c
fs/ocfs2/refcounttree.c
fs/ocfs2/suballoc.c
fs/ocfs2/super.c
fs/ocfs2/super.h
fs/ocfs2/xattr.c