Commit c3b9f5afc7f4c8abc0452f132edb13ac8c1fafbf

Authored by WANG Cong
Committed by Linus Torvalds
1 parent 5c62484116

kernel/configs.c: remove useless comments

These comments are useless, remove them.

Signed-off-by: WANG Cong <wangcong@zeuux.org>
Cc: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 1 changed file with 0 additions and 9 deletions Side-by-side Diff

... ... @@ -54,9 +54,6 @@
54 54  
55 55 #ifdef CONFIG_IKCONFIG_PROC
56 56  
57   -/**************************************************/
58   -/* globals and useful constants */
59   -
60 57 static ssize_t
61 58 ikconfig_read_current(struct file *file, char __user *buf,
62 59 size_t len, loff_t * offset)
... ... @@ -71,9 +68,6 @@
71 68 .read = ikconfig_read_current,
72 69 };
73 70  
74   -/***************************************************/
75   -/* ikconfig_init: start up everything we need to */
76   -
77 71 static int __init ikconfig_init(void)
78 72 {
79 73 struct proc_dir_entry *entry;
... ... @@ -88,9 +82,6 @@
88 82  
89 83 return 0;
90 84 }
91   -
92   -/***************************************************/
93   -/* ikconfig_cleanup: clean up our mess */
94 85  
95 86 static void __exit ikconfig_cleanup(void)
96 87 {