mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-09 15:29:16 +00:00
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 <agruenba@redhat.com>
This commit is contained in:
parent
c07bfb4d8f
commit
c9dff08485
@ -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
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user