From: Colton Lewis <colton.w.lewis@protonmail.com>
To: viro@zeniv.linux.org.uk
Cc: linux-fsdevel@vger.kernel.org,
Colton Lewis <colton.w.lewis@protonmail.com>
Subject: [PATCH] fs: correct kernel-doc inconsistency
Date: Tue, 07 Jul 2020 04:42:00 +0000 [thread overview]
Message-ID: <20200707044148.235087-1-colton.w.lewis@protonmail.com> (raw)
Silence documentation build warning by correcting kernel-doc comment
for file_sample_sub_err function.
./include/linux/fs.h:2839: warning: Function parameter or member 'file' not described in 'file_sample_sb_err'
./include/linux/fs.h:2839: warning: Excess function parameter 'mapping' description in 'file_sample_sb_err'
Signed-off-by: Colton Lewis <colton.w.lewis@protonmail.com>
---
include/linux/fs.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 3f881a892ea7..15f430c800dc 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -2827,7 +2827,7 @@ static inline errseq_t filemap_sample_wb_err(struct address_space *mapping)
/**
* file_sample_sb_err - sample the current errseq_t to test for later errors
- * @mapping: mapping to be sampled
+ * @file: file to be sampled
*
* Grab the most current superblock-level errseq_t value for the given
* struct file.
--
2.26.2
next reply other threads:[~2020-07-07 4:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-07 4:42 Colton Lewis [this message]
2020-07-07 5:13 ` [PATCH] fs: correct kernel-doc inconsistency Randy Dunlap
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200707044148.235087-1-colton.w.lewis@protonmail.com \
--to=colton.w.lewis@protonmail.com \
--cc=linux-fsdevel@vger.kernel.org \
--cc=viro@zeniv.linux.org.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).