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

ndisc: Convert use of typedef ctl_table to struct ctl_table

This typedef is unnecessary and should just be removed.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Joe Perches and committed by
David S. Miller
fedaf4ff 9e8cda3b

+1 -1
+1 -1
include/net/ndisc.h
··· 230 230 void __user *buffer, 231 231 size_t *lenp, 232 232 loff_t *ppos); 233 - int ndisc_ifinfo_sysctl_strategy(ctl_table *ctl, 233 + int ndisc_ifinfo_sysctl_strategy(struct ctl_table *ctl, 234 234 void __user *oldval, size_t __user *oldlenp, 235 235 void __user *newval, size_t newlen); 236 236 #endif