projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c07bfb4
)
fs: Fix typo in comment
author
Andreas Gruenbacher
<agruenba@redhat.com>
Thu, 9 Jul 2020 12:49:30 +0000
(14:49 +0200)
committer
Andreas Gruenbacher
<agruenba@redhat.com>
Mon, 3 Aug 2020 12:11:26 +0000
(14:11 +0200)
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>
include/linux/fs.h
patch
|
blob
|
history
diff --git
a/include/linux/fs.h
b/include/linux/fs.h
index f5abba86107d86d4342ec6788c6573cc69ccbfbd..f9ae45795c1acd39434625734cb0da42c322322a 100644
(file)
--- 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_err
or
- 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
*