Commit fab71a90 authored by Joe Perches's avatar Joe Perches Committed by James Morris

security: Convert use of typedef ctl_table to struct ctl_table

This typedef is unnecessary and should just be removed.
Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarJames Morris <james.l.morris@oracle.com>
parent b13cebe7
......@@ -15,7 +15,7 @@
static const int zero, one = 1, max = INT_MAX;
ctl_table key_sysctls[] = {
struct ctl_table key_sysctls[] = {
{
.procname = "maxkeys",
.data = &key_quota_maxkeys,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment