]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[netdrvr] tulip, de2104x: fix typo: s/__sparc_/__sparc__/
authorJeff Garzik <jeff@garzik.org>
Wed, 4 Apr 2007 21:45:53 +0000 (23:45 +0200)
committerAdrian Bunk <bunk@stusta.de>
Wed, 4 Apr 2007 21:45:53 +0000 (23:45 +0200)
Noticed by Doug Nazar (via David Miller).

Signed-off-by: Jeff Garzik <jeff@garzik.org>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
drivers/net/tulip/de2104x.c
drivers/net/tulip/tulip_core.c

index 2d0cfbceee22452d05512d23bf57e286ed30a092..d478801bf8146efbba66a4175a77611126db3339 100644 (file)
@@ -64,7 +64,7 @@ MODULE_PARM_DESC (debug, "de2104x bitmapped message enable number");
 
 /* Set the copy breakpoint for the copy-only-tiny-buffer Rx structure. */
 #if defined(__alpha__) || defined(__arm__) || defined(__hppa__) \
-        || defined(__sparc_) || defined(__ia64__) \
+        || defined(__sparc__) || defined(__ia64__) \
         || defined(__sh__) || defined(__mips__)
 static int rx_copybreak = 1518;
 #else
index c67c91251d048d74bc60a01029343ba7cbd959c6..30db8ef8154f04f0b0e57220ba4fe0f704d7b572 100644 (file)
@@ -68,7 +68,7 @@ const char * const medianame[32] = {
 
 /* Set the copy breakpoint for the copy-only-tiny-buffer Rx structure. */
 #if defined(__alpha__) || defined(__arm__) || defined(__hppa__) \
-       || defined(__sparc_) || defined(__ia64__) \
+       || defined(__sparc__) || defined(__ia64__) \
        || defined(__sh__) || defined(__mips__)
 static int rx_copybreak = 1518;
 #else