From: Andrew Morton ERROR: code indent should use tabs where possible #94: FILE: fs/jbd/transaction.c:1751: + ^I/*$ total: 1 errors, 0 warnings, 93 lines checked ./patches/jbd-fix-race-between-free-buffer-and-commit-trasanction.patch has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: Jan Kara Cc: Mingming Cao Signed-off-by: Andrew Morton --- fs/jbd/transaction.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN fs/jbd/transaction.c~jbd-fix-race-between-free-buffer-and-commit-trasanction-checkpatch-fixes fs/jbd/transaction.c --- a/fs/jbd/transaction.c~jbd-fix-race-between-free-buffer-and-commit-trasanction-checkpatch-fixes +++ a/fs/jbd/transaction.c @@ -1748,7 +1748,7 @@ int journal_try_to_free_buffers(journal_ ret = try_to_free_buffers(page); - /* + /* * There are a number of places where journal_try_to_free_buffers() * could race with journal_commit_transaction(), the later still * holds the reference to the buffers to free while processing them. _