Skip to content

Commit

Permalink
sysctl: fix #ifdef guard comment
Browse files Browse the repository at this point in the history
Signed-off-by: Jovi Zhang <bookjovi@gmail.com>
Acked-by: WANG Cong <xiyou.wangcong@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Jovi Zhang authored and Linus Torvalds committed Jan 13, 2011
1 parent 12a4dc4 commit 5561050
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kernel/sysctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -2909,7 +2909,7 @@ int proc_do_large_bitmap(struct ctl_table *table, int write,
}
}

#else /* CONFIG_PROC_FS */
#else /* CONFIG_PROC_SYSCTL */

int proc_dostring(struct ctl_table *table, int write,
void __user *buffer, size_t *lenp, loff_t *ppos)
Expand Down Expand Up @@ -2961,7 +2961,7 @@ int proc_doulongvec_ms_jiffies_minmax(struct ctl_table *table, int write,
}


#endif /* CONFIG_PROC_FS */
#endif /* CONFIG_PROC_SYSCTL */

/*
* No sense putting this after each symbol definition, twice,
Expand Down

0 comments on commit 5561050

Please sign in to comment.