public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] Fix #else in docprobe
@ 2006-02-20  0:06 Martin Michlmayr
  0 siblings, 0 replies; only message in thread
From: Martin Michlmayr @ 2006-02-20  0:06 UTC (permalink / raw)
  To: linux-mtd

The following difference was found between the mainline and linux-mips
kernel.  Fix the #else directive in the docprobe driver, and change
some space to tabs for consistency.

Signed-off-by: Martin Michlmayr <tbm@cyrius.com>

--- linux-2.6.16-rc4/drivers/mtd/devices/docprobe.c	2006-02-19 20:09:05.000000000 +0000
+++ mips-2.6.16-rc4/drivers/mtd/devices/docprobe.c	2006-02-19 20:15:19.000000000 +0000
@@ -84,10 +84,10 @@
 	0xe4000000,
 #elif defined(CONFIG_MOMENCO_OCELOT)
 	0x2f000000,
-        0xff000000,
+	0xff000000,
 #elif defined(CONFIG_MOMENCO_OCELOT_G) || defined (CONFIG_MOMENCO_OCELOT_C)
-        0xff000000,
-##else
+	0xff000000,
+#else
 #warning Unknown architecture for DiskOnChip. No default probe locations defined
 #endif
 	0xffffffff };

-- 
MartinnMichlmayr
http://www.cyrius.com/

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

only message in thread, other threads:[~2006-02-20  0:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-20  0:06 [PATCH] Fix #else in docprobe Martin Michlmayr

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