diff options
author | Chen Hanxiao <chenhx.fnst@fujitsu.com> | 2024-02-02 10:20:42 +0300 |
---|---|---|
committer | Christian Brauner <brauner@kernel.org> | 2024-02-02 15:11:50 +0300 |
commit | 57c6906778f55deba6d3f3af00284e3541bb9950 (patch) | |
tree | d8ef0fecfae8fb6215f2540ff81e66de76604dbf /fs/fs_parser.c | |
parent | ce51bf1790c4972125b19c22dbfa76d7e0136280 (diff) | |
download | linux-57c6906778f55deba6d3f3af00284e3541bb9950.tar.xz |
__fs_parse: Correct a documentation comment
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>
Link: https://lore.kernel.org/r/20240202072042.906-1-chenhx.fnst@fujitsu.com
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'fs/fs_parser.c')
-rw-r--r-- | fs/fs_parser.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 |