aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jbd2
diff options
context:
space:
mode:
authorShijie Luo <luoshijie1@huawei.com>2020-01-23 01:43:25 -0500
committerTheodore Ts'o <tytso@mit.edu>2020-01-25 02:24:53 -0500
commit8d6ce136790268fba2fc66cb8d6fa2161d4b2385 (patch)
tree160ff2b05e6c5ba19f51b0ca680142ed8a52fc1b /fs/jbd2
parentjbd2: delete the duplicated words in the comments (diff)
downloadlinux-dev-8d6ce136790268fba2fc66cb8d6fa2161d4b2385.tar.xz
linux-dev-8d6ce136790268fba2fc66cb8d6fa2161d4b2385.zip
ext4,jbd2: fix comment and code style
Fix comment and remove unneccessary blank. Signed-off-by: Shijie Luo <luoshijie1@huawei.com> Reviewed-by: Jan Kara <jack@suse.cz> Link: https://lore.kernel.org/r/20200123064325.36358-1-luoshijie1@huawei.com Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs/jbd2')
-rw-r--r--fs/jbd2/transaction.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/jbd2/transaction.c b/fs/jbd2/transaction.c
index 5c3abbaccb57..e77a5a0b4e46 100644
--- a/fs/jbd2/transaction.c
+++ b/fs/jbd2/transaction.c
@@ -1595,7 +1595,7 @@ out:
* Allow this call even if the handle has aborted --- it may be part of
* the caller's cleanup after an abort.
*/
-int jbd2_journal_forget (handle_t *handle, struct buffer_head *bh)
+int jbd2_journal_forget(handle_t *handle, struct buffer_head *bh)
{
transaction_t *transaction = handle->h_transaction;
journal_t *journal;