mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: janitor@sternwelten.at
To: akpm@osdl.org
Cc: linux-kernel@vger.kernel.org, janitor@sternwelten.at,
	domen@coderock.org, rddunlap@osdl.org
Subject: [patch 06/11] Subject: ifdef typos: drivers_char_ipmi_ipmi_si_intf.c
Date: Tue, 30 Nov 2004 02:57:25 +0100	[thread overview]
Message-ID: <E1CYxGf-0002pu-UD@sputnik> (raw)



CONFIG_ACPI_INTERPETER is wrong.

Signed-off-by: Domen Puncer <domen@coderock.org>
Acked-by: Randy Dunlap <rddunlap@osdl.org>
Signed-off-by: Maximilian Attems <janitor@sternwelten.at>

---

 linux-2.6.10-rc2-bk13-max/drivers/char/ipmi/ipmi_si_intf.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/char/ipmi/ipmi_si_intf.c~ifdef-drivers_char_ipmi_ipmi_si_int drivers/char/ipmi/ipmi_si_intf.c
--- linux-2.6.10-rc2-bk13/drivers/char/ipmi/ipmi_si_intf.c~ifdef-drivers_char_ipmi_ipmi_si_int	2004-11-30 02:41:38.000000000 +0100
+++ linux-2.6.10-rc2-bk13-max/drivers/char/ipmi/ipmi_si_intf.c	2004-11-30 02:41:38.000000000 +0100
@@ -959,7 +959,7 @@ MODULE_PARM_DESC(regshifts, "The amount 
 #define IPMI_MEM_ADDR_SPACE 1
 #define IPMI_IO_ADDR_SPACE  2
 
-#if defined(CONFIG_ACPI_INTERPETER) || defined(CONFIG_X86) || defined(CONFIG_PCI)
+#if defined(CONFIG_ACPI_INTERPRETER) || defined(CONFIG_X86) || defined(CONFIG_PCI)
 static int is_new_interface(int intf, u8 addr_space, unsigned long base_addr)
 {
 	int i;
_

                 reply	other threads:[~2004-11-30  2:32 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=E1CYxGf-0002pu-UD@sputnik \
    --to=janitor@sternwelten.at \
    --cc=akpm@osdl.org \
    --cc=domen@coderock.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rddunlap@osdl.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome