]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
sysctl: Remove superfluous tbl_data param from "dovec" functions
authorJoel Granados <joel.granados@kernel.org>
Thu, 2 Oct 2025 07:03:31 +0000 (09:03 +0200)
committerJoel Granados <joel.granados@kernel.org>
Thu, 27 Nov 2025 14:43:20 +0000 (15:43 +0100)
commitee581c0e3acd6b59e36c1d990090c699c5ba6735
tree55f310f900ce0ed7859fd1644637a5aaa1f74310
parent6ca07a9b63ff4ac24931a21086542cd7092ad74f
sysctl: Remove superfluous tbl_data param from "dovec" functions

Remove superfluous tbl_data param from do_proc_douintvec{,_r,_w}
and __do_proc_do{intvec,uintvec,ulongvec_minmax}. There is no need to
pass it as it is always contained within the ctl_table struct.

Signed-off-by: Joel Granados <joel.granados@kernel.org>
kernel/sysctl.c