__fs_parse: Correct a documentation comment

Commit 7f5d38141e ("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>
This commit is contained in:
Chen Hanxiao 2024-02-02 15:20:42 +08:00 committed by Christian Brauner
parent ce51bf1790
commit 57c6906778
1 changed files with 2 additions and 2 deletions

View File

@ -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