Skip to content

Commit 8d6ce13

Browse files
Shijie Luotytso
authored andcommitted
ext4,jbd2: fix comment and code style
Fix comment and remove unneccessary blank. Signed-off-by: Shijie Luo <[email protected]> Reviewed-by: Jan Kara <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Theodore Ts'o <[email protected]>
1 parent 0c1cba6 commit 8d6ce13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fs/ext4/inline.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,7 @@ static int ext4_da_convert_inline_data_to_extent(struct address_space *mapping,
850850

851851
/*
852852
* Prepare the write for the inline data.
853-
* If the the data can be written into the inode, we just read
853+
* If the data can be written into the inode, we just read
854854
* the page and make it uptodate, and start the journal.
855855
* Otherwise read the page, makes it dirty so that it can be
856856
* handle in writepages(the i_disksize update is left to the

fs/jbd2/transaction.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1595,7 +1595,7 @@ int jbd2_journal_dirty_metadata(handle_t *handle, struct buffer_head *bh)
15951595
* Allow this call even if the handle has aborted --- it may be part of
15961596
* the caller's cleanup after an abort.
15971597
*/
1598-
int jbd2_journal_forget (handle_t *handle, struct buffer_head *bh)
1598+
int jbd2_journal_forget(handle_t *handle, struct buffer_head *bh)
15991599
{
16001600
transaction_t *transaction = handle->h_transaction;
16011601
journal_t *journal;

0 commit comments

Comments
 (0)