trivial: pcnet32 whitespace

Pavel Machek (pavel@ucw.cz)
Sun, 26 May 2002 20:30:56 +0200


Hi!

Kill extra whitespace, make gcc command look like it could work (used to be prehistoric).

--- clean/drivers/net/pcnet32.c Thu Apr 18 22:45:38 2002
+++ linux-swsusp/drivers/net/pcnet32.c Fri May 3 00:08:35 2002
@@ -453,8 +454,6 @@
reset: pcnet32_dwio_reset
};

-
-
/* only probes for non-PCI devices, the rest are handled by
* pci_register_driver via pcnet32_probe_pci */

@@ -583,12 +582,6 @@
*/
/* switch to home wiring mode */
media = a->read_bcr(ioaddr, 49);
-#if 0
- if (pcnet32_debug > 2)
- printk(KERN_DEBUG PFX "media value %#x.\n", media);
- media &= ~3;
- media |= 1;
-#endif
if (pcnet32_debug > 2)
printk(KERN_DEBUG PFX "media reset to %#x.\n", media);
a->write_bcr(ioaddr, 49, media);
@@ -1721,12 +1748,12 @@
}
}

module_init(pcnet32_init_module);
module_exit(pcnet32_cleanup_module);

/*
* Local variables:
- * compile-command: "gcc -D__KERNEL__ -I/usr/src/linux/net/inet -Wall -Wstrict-prototypes -O6 -m486 -c pcnet32.c"
+ * compile-command: "gcc -D__KERNEL__ -I/usr/src/linux/include/linux -Wall -Wstrict-prototypes -O2 -m486 -c pcnet32.c"
* c-indent-level: 4
* tab-width: 8
* End:

-- 
(about SSSCA) "I don't say this lightly.  However, I really think that the U.S.
no longer is classifiable as a democracy, but rather as a plutocracy." --hpa
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/