From: Andreas Gruenbacher Date: Thu, 9 Jul 2020 12:49:30 +0000 (+0200) Subject: fs: Fix typo in comment X-Git-Tag: v5.15~3134^2~4 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=c9dff08485a6c11449307abde1d7bb404fcee481;p=mirror_ubuntu-kernels.git 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 --- 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 *