orinoco: minor fixes for problems found by checkpatch.pl
[deliverable/linux.git] / drivers / net / wireless / orinoco / orinoco_plx.c
index 9358f4d2307bb19265f462227bc3c8dd81ace14e..2bac8248a991ee16466fb5194da234f3e43fa4c8 100644 (file)
@@ -4,7 +4,7 @@
  * but are connected to the PCI bus by a PLX9052.
  *
  * Current maintainers are:
- *     Pavel Roskin <proski AT gnu.org>
+ *     Pavel Roskin <proski AT gnu.org>
  * and David Gibson <hermes AT gibson.dropbear.id.au>
  *
  * (C) Copyright David Gibson, IBM Corp. 2001-2003.
 #define PLX_RESET_TIME (500)   /* milliseconds */
 
 #define PLX_INTCSR             0x4c /* Interrupt Control & Status Register */
-#define PLX_INTCSR_INTEN       (1<<6) /* Interrupt Enable bit */
+#define PLX_INTCSR_INTEN       (1 << 6) /* Interrupt Enable bit */
 
 /*
  * Do a soft reset of the card using the Configuration Option Register
  */
 static int orinoco_plx_cor_reset(struct orinoco_private *priv)
 {
-       hermes_t *hw = &priv->hw;
+       struct hermes *hw = &priv->hw;
        struct orinoco_pci_card *card = priv->card;
        unsigned long timeout;
        u16 reg;
This page took 0.038231 seconds and 5 git commands to generate.