From: akpm@linux-foundation.org
To: mm-commits@vger.kernel.org
Cc: rpjday@crashcourse.ca, ysato@users.sourceforge.jp
Subject: + h8-300-fix-incorrect-select-directives-in-arch-h8300-kconfigcpu.patch added to -mm tree
Date: Mon, 22 Jun 2009 14:56:05 -0700 [thread overview]
Message-ID: <200906222156.n5MLu5OF030663@imap1.linux-foundation.org> (raw)
The patch titled
h8/300: fix incorrect "select" directives in arch/h8300/Kconfig.cpu.
has been added to the -mm tree. Its filename is
h8-300-fix-incorrect-select-directives-in-arch-h8300-kconfigcpu.patch
Before you just go and hit "reply", please:
a) Consider who else should be cc'ed
b) Prefer to cc a suitable mailing list as well
c) Ideally: find the original patch on the mailing list and do a
reply-to-all to that, adding suitable additional cc's
*** Remember to use Documentation/SubmitChecklist when testing your code ***
See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find
out what to do about this
The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/
------------------------------------------------------
Subject: h8/300: fix incorrect "select" directives in arch/h8300/Kconfig.cpu.
From: "Robert P. J. Day" <rpjday@crashcourse.ca>
Fix the incorrect "select" directives by dropping the "CONFIG_"
prefixes, and correcting the typo "H8S2768" to "H8S2678".
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Acked-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
arch/h8300/Kconfig.cpu | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff -puN arch/h8300/Kconfig.cpu~h8-300-fix-incorrect-select-directives-in-arch-h8300-kconfigcpu arch/h8300/Kconfig.cpu
--- a/arch/h8300/Kconfig.cpu~h8-300-fix-incorrect-select-directives-in-arch-h8300-kconfigcpu
+++ a/arch/h8300/Kconfig.cpu
@@ -13,7 +13,7 @@ config H8300H_GENERIC
config H8300H_AKI3068NET
bool "AE-3068/69"
- select CONFIG_H83068
+ select H83068
help
AKI-H8/3068F / AKI-H8/3069F Flashmicom LAN Board Support
More Information. (Japanese Only)
@@ -24,7 +24,7 @@ config H8300H_AKI3068NET
config H8300H_H8MAX
bool "H8MAX"
- select CONFIG_H83068
+ select H83068
help
H8MAX Evaluation Board Support
More Information. (Japanese Only)
@@ -32,7 +32,7 @@ config H8300H_H8MAX
config H8300H_SIM
bool "H8/300H Simulator"
- select CONFIG_H83007
+ select H83007
help
GDB Simulator Support
More Information.
@@ -45,7 +45,7 @@ config H8S_GENERIC
config H8S_EDOSK2674
bool "EDOSK-2674"
- select CONFIG_H8S2768
+ select H8S2678
help
Renesas EDOSK-2674 Evaluation Board Support
More Information.
_
Patches currently in -mm which might be from rpjday@crashcourse.ca are
origin.patch
linux-next.patch
h8-300-fix-incorrect-select-directives-in-arch-h8300-kconfigcpu.patch
reply other threads:[~2009-06-22 21:56 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=200906222156.n5MLu5OF030663@imap1.linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mm-commits@vger.kernel.org \
--cc=rpjday@crashcourse.ca \
--cc=ysato@users.sourceforge.jp \
/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.