Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <zhouchuangao@vivo.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

zhouchuangao and committed by
Linus Torvalds
5b31a7df 268af17a

+1 -1
+1 -1
fs/proc/proc_sysctl.c
··· 1563 1563 } 1564 1564 1565 1565 /** 1566 - * register_sysctl_table_path - register a sysctl table hierarchy 1566 + * register_sysctl_paths - register a sysctl table hierarchy 1567 1567 * @path: The path to the directory the sysctl table is in. 1568 1568 * @table: the top-level table structure 1569 1569 *