diff options
author | Michael Roth <mroth@nessie.de> | 2009-10-04 18:14:29 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-11-09 09:40:56 +0100 |
commit | fa3012318bfb395552baef69bb1ebe87e64945c8 (patch) | |
tree | 5095c1dda820a408609c6e0bd5bc2e7f4c359eae /samples | |
parent | 7beeec88e5f379680abeb4244b0781e102201c0e (diff) |
Kconfig: Remove useless and sometimes wrong comments
Additionally, some excessive newlines removed.
Signed-off-by: Michael Roth <mroth@nessie.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'samples')
-rw-r--r-- | samples/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/samples/Kconfig b/samples/Kconfig index b92bde3c6a89..04be681a3ded 100644 --- a/samples/Kconfig +++ b/samples/Kconfig @@ -1,5 +1,3 @@ -# samples/Kconfig - menuconfig SAMPLES bool "Sample kernel code" help @@ -41,4 +39,3 @@ config SAMPLE_KRETPROBES depends on SAMPLE_KPROBES && KRETPROBES endif # SAMPLES - |