Commit 5b31a7df authored by zhouchuangao's avatar zhouchuangao Committed by Linus Torvalds

proc/sysctl: fix function name error in comments

The function name should be modified to register_sysctl_paths instead of
register_sysctl_table_path.

Link: https://lkml.kernel.org/r/1615807194-79646-1-git-send-email-zhouchuangao@vivo.comSigned-off-by: default avatarzhouchuangao <zhouchuangao@vivo.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 268af17a
...@@ -1563,7 +1563,7 @@ struct ctl_table_header *__register_sysctl_paths( ...@@ -1563,7 +1563,7 @@ struct ctl_table_header *__register_sysctl_paths(
} }
/** /**
* register_sysctl_table_path - register a sysctl table hierarchy * register_sysctl_paths - register a sysctl table hierarchy
* @path: The path to the directory the sysctl table is in. * @path: The path to the directory the sysctl table is in.
* @table: the top-level table structure * @table: the top-level table structure
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment