Skip to content

Commit

Permalink
fs: Fix typo in comment
Browse files Browse the repository at this point in the history
The comment for function filemap_check_wb_err accidentally refers to
it as filemap_check_wb_error.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
  • Loading branch information
Andreas Gruenbacher committed Aug 3, 2020
1 parent c07bfb4 commit c9dff08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -2798,7 +2798,7 @@ static inline void filemap_set_wb_err(struct address_space *mapping, int err)
}

/**
* filemap_check_wb_error - has an error occurred since the mark was sampled?
* filemap_check_wb_err - has an error occurred since the mark was sampled?
* @mapping: mapping to check for writeback errors
* @since: previously-sampled errseq_t
*
Expand Down

0 comments on commit c9dff08

Please sign in to comment.