aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sysctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sysctl.h')
-rw-r--r--include/linux/sysctl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h
index cec59415b3ce..36dec756ef9d 100644
--- a/include/linux/sysctl.h
+++ b/include/linux/sysctl.h
@@ -1047,10 +1047,10 @@ struct ctl_table_header
1047struct ctl_dir { 1047struct ctl_dir {
1048 /* Header must be at the start of ctl_dir */ 1048 /* Header must be at the start of ctl_dir */
1049 struct ctl_table_header header; 1049 struct ctl_table_header header;
1050 struct list_head list;
1050}; 1051};
1051 1052
1052struct ctl_table_set { 1053struct ctl_table_set {
1053 struct list_head list;
1054 int (*is_seen)(struct ctl_table_set *); 1054 int (*is_seen)(struct ctl_table_set *);
1055 struct ctl_dir dir; 1055 struct ctl_dir dir;
1056}; 1056};