Skip to content

Commit c9dff08

Browse files
author
Andreas Gruenbacher
committed
fs: Fix typo in comment
The comment for function filemap_check_wb_err accidentally refers to it as filemap_check_wb_error. Signed-off-by: Andreas Gruenbacher <[email protected]>
1 parent c07bfb4 commit c9dff08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/fs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2798,7 +2798,7 @@ static inline void filemap_set_wb_err(struct address_space *mapping, int err)
27982798
}
27992799

28002800
/**
2801-
* filemap_check_wb_error - has an error occurred since the mark was sampled?
2801+
* filemap_check_wb_err - has an error occurred since the mark was sampled?
28022802
* @mapping: mapping to check for writeback errors
28032803
* @since: previously-sampled errseq_t
28042804
*

0 commit comments

Comments
 (0)