diff mbox series

__fs_parse: Correct a documentation comment

Message ID 20240202072042.906-1-chenhx.fnst@fujitsu.com (mailing list archive)
State New
Headers show
Series __fs_parse: Correct a documentation comment | expand

Commit Message

Chen Hanxiao Feb. 2, 2024, 7:20 a.m. UTC
Commit 7f5d38141e30 ("new primitive: __fs_parse()")
taking p_log instead of fs_context.

So, update that comment to refer to p_log instead

Signed-off-by: Chen Hanxiao <chenhx.fnst@fujitsu.com>
---
 fs/fs_parser.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Christian Brauner Feb. 2, 2024, 10:22 a.m. UTC | #1
On Fri, 02 Feb 2024 15:20:42 +0800, Chen Hanxiao wrote:
> Commit 7f5d38141e30 ("new primitive: __fs_parse()")
> taking p_log instead of fs_context.
> 
> So, update that comment to refer to p_log instead
> 
> 

Applied to the vfs.misc branch of the vfs/vfs.git tree.
Patches in the vfs.misc branch should appear in linux-next soon.

Please report any outstanding bugs that were missed during review in a
new review to the original patch series allowing us to drop it.

It's encouraged to provide Acked-bys and Reviewed-bys even though the
patch has now been applied. If possible patch trailers will be updated.

Note that commit hashes shown below are subject to change due to rebase,
trailer updates or similar. If in doubt, please check the listed branch.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git
branch: vfs.misc

[1/1] __fs_parse: Correct a documentation comment
      https://git.kernel.org/vfs/vfs/c/0faa7bffa2ff
diff mbox series

Patch

diff --git a/fs/fs_parser.c b/fs/fs_parser.c
index edb3712dcfa5..a4d6ca0b8971 100644
--- a/fs/fs_parser.c
+++ b/fs/fs_parser.c
@@ -83,8 +83,8 @@  static const struct fs_parameter_spec *fs_lookup_key(
 }
 
 /*
- * fs_parse - Parse a filesystem configuration parameter
- * @fc: The filesystem context to log errors through.
+ * __fs_parse - Parse a filesystem configuration parameter
+ * @log: The filesystem context to log errors through.
  * @desc: The parameter description to use.
  * @param: The parameter.
  * @result: Where to place the result of the parse