From: zhouchuangao Date: Fri, 7 May 2021 01:02:24 +0000 (-0700) Subject: proc/sysctl: fix function name error in comments X-Git-Tag: accepted/tizen/unified/20230118.172025~7264^2~82 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5b31a7dfa35098a8c331b47fe4869282597df89f;p=platform%2Fkernel%2Flinux-rpi.git 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.com Signed-off-by: zhouchuangao Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/proc/proc_sysctl.c b/fs/proc/proc_sysctl.c index 66c7dd1..dea0f5e 100644 --- a/fs/proc/proc_sysctl.c +++ b/fs/proc/proc_sysctl.c @@ -1563,7 +1563,7 @@ err_register_leaves: } /** - * 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. * @table: the top-level table structure *