aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Roth2009-10-04 11:14:29 -0500
committerJiri Kosina2009-11-09 02:40:56 -0600
commitfa3012318bfb395552baef69bb1ebe87e64945c8 (patch)
tree5095c1dda820a408609c6e0bd5bc2e7f4c359eae /samples
parent7beeec88e5f379680abeb4244b0781e102201c0e (diff)
downloadam43-linux-kernel-fa3012318bfb395552baef69bb1ebe87e64945c8.tar.gz
am43-linux-kernel-fa3012318bfb395552baef69bb1ebe87e64945c8.tar.xz
am43-linux-kernel-fa3012318bfb395552baef69bb1ebe87e64945c8.zip
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/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/samples/Kconfig b/samples/Kconfig
index b92bde3c6a8..04be681a3de 100644
--- a/samples/Kconfig
+++ b/samples/Kconfig
@@ -1,5 +1,3 @@
1# samples/Kconfig
2
3menuconfig SAMPLES 1menuconfig SAMPLES
4 bool "Sample kernel code" 2 bool "Sample kernel code"
5 help 3 help
@@ -41,4 +39,3 @@ config SAMPLE_KRETPROBES
41 depends on SAMPLE_KPROBES && KRETPROBES 39 depends on SAMPLE_KPROBES && KRETPROBES
42 40
43endif # SAMPLES 41endif # SAMPLES
44