All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nick Warne <nick@linicks.net>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] Trivial typo fixes to arch/i386/Kconfig
Date: Tue, 30 May 2006 10:01:38 +0100	[thread overview]
Message-ID: <200605301001.38734.nick@linicks.net> (raw)

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

                 reply	other threads:[~2006-05-30  9:01 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200605301001.38734.nick@linicks.net \
    --to=nick@linicks.net \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.