summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruenba@redhat.com>2020-07-09 14:49:30 +0200
committerAndreas Gruenbacher <agruenba@redhat.com>2020-08-03 14:11:26 +0200
commitc9dff08485a6c11449307abde1d7bb404fcee481 (patch)
treed1178ed5e6b8d0bd8d783d10a47015f2e42b4c89 /include/linux/fs.h
parentc07bfb4d8fa1ee11c6d18b093d0bb6c8832d3626 (diff)
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>
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r--include/linux/fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index f5abba86107d..f9ae45795c1a 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -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
*