]> www.infradead.org Git - users/jedix/linux-maple.git/commit
sysctl: Remove ctl_table sentinel code comments
authorJoel Granados <j.granados@samsung.com>
Tue, 4 Jun 2024 06:29:25 +0000 (08:29 +0200)
committerJoel Granados <j.granados@samsung.com>
Thu, 13 Jun 2024 08:50:52 +0000 (10:50 +0200)
commit3717540377c500e28f4304b17a46dd5b025a61ac
tree2d869fe12d2f898ae4b5b7676a507f704c345ef4
parenta02fe70de4c2a7fbd971b49c5fa69f867fac16ff
sysctl: Remove ctl_table sentinel code comments

Remove the mention of a "zero terminated entry" from the
__register_sysctl_table function doc.

Signed-off-by: Joel Granados <j.granados@samsung.com>
fs/proc/proc_sysctl.c