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> Reviewed-by: Mark Fasheh <mfasheh@suse.de> Cc: Joel Becker <jlbec@evilplan.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:

committed by
Linus Torvalds

parent
d0c97d52f5
commit
7ecef14ab1
@@ -100,9 +100,8 @@ static int __ocfs2_move_extent(handle_t *handle,
|
||||
index = ocfs2_search_extent_list(el, cpos);
|
||||
if (index == -1) {
|
||||
ret = ocfs2_error(inode->i_sb,
|
||||
"Inode %llu has an extent at cpos %u which can no "
|
||||
"longer be found.\n",
|
||||
(unsigned long long)ino, cpos);
|
||||
"Inode %llu has an extent at cpos %u which can no longer be found\n",
|
||||
(unsigned long long)ino, cpos);
|
||||
goto out;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user