Skip to content

Commit fedaf4f

Browse files
JoePerchesdavem330
authored andcommitted
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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 9e8cda3 commit fedaf4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/net/ndisc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ extern int ndisc_ifinfo_sysctl_change(struct ctl_table *ctl,
230230
void __user *buffer,
231231
size_t *lenp,
232232
loff_t *ppos);
233-
int ndisc_ifinfo_sysctl_strategy(ctl_table *ctl,
233+
int ndisc_ifinfo_sysctl_strategy(struct ctl_table *ctl,
234234
void __user *oldval, size_t __user *oldlenp,
235235
void __user *newval, size_t newlen);
236236
#endif

0 commit comments

Comments
 (0)