linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch 06/11] Subject: ifdef typos: drivers_char_ipmi_ipmi_si_intf.c
@ 2004-11-30  1:57 janitor
  0 siblings, 0 replies; only message in thread
From: janitor @ 2004-11-30  1:57 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel, janitor, domen, rddunlap



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;
_

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

only message in thread, other threads:[~2004-11-30  2:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-30  1:57 [patch 06/11] Subject: ifdef typos: drivers_char_ipmi_ipmi_si_intf.c janitor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).