[PATCH] Trivial typo fixes to arch/i386/Kconfig

From: Nick Warne
Date: Tue May 30 2006 - 05:04:35 EST


Missing double quotes on two source lines - applied to 2.6.16.18.

Nick


--- arch/i386/KconfigORIG 2006-05-05 22:06:10.000000000 +0100
+++ arch/i386/Kconfig 2006-05-30 09:55:36.000000000 +0100
@@ -685,7 +685,7 @@

If unsure, say Y. Only embedded should say N here.

-source kernel/Kconfig.hz
+source "kernel/Kconfig.hz"

config KEXEC
bool "kexec system call (EXPERIMENTAL)"
@@ -755,7 +755,7 @@
menu "Power management options (ACPI, APM)"
depends on !X86_VOYAGER

-source kernel/power/Kconfig
+source "kernel/power/Kconfig"

source "drivers/acpi/Kconfig"


--
"Person who say it cannot be done should not interrupt person doing it."
-Chinese Proverb
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/