mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Trivial typo fixes to arch/i386/Kconfig
@ 2006-05-30  9:01 Nick Warne
  0 siblings, 0 replies; only message in thread
From: Nick Warne @ 2006-05-30  9:01 UTC (permalink / raw)
  To: linux-kernel

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-05-30  9:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-30  9:01 [PATCH] Trivial typo fixes to arch/i386/Kconfig Nick Warne

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome