orinoco: minor fixes for problems found by checkpatch.pl
[deliverable/linux.git] / drivers / net / wireless / orinoco / orinoco_pci.c
index 468197f86673e3b0569e993218d96ac257f44c04..6058c66b844e5b0f018dd7c96e7adb7745dc3057 100644 (file)
@@ -6,7 +6,7 @@
  * hermes registers, as well as the COR register.
  *
  * Current maintainers are:
- *     Pavel Roskin <proski AT gnu.org>
+ *     Pavel Roskin <proski AT gnu.org>
  * and David Gibson <hermes AT gibson.dropbear.id.au>
  *
  * Some of this code is borrowed from orinoco_plx.c
@@ -81,7 +81,7 @@
  */
 static int orinoco_pci_cor_reset(struct orinoco_private *priv)
 {
-       hermes_t *hw = &priv->hw;
+       struct hermes *hw = &priv->hw;
        unsigned long timeout;
        u16 reg;
 
This page took 0.029359 seconds and 5 git commands to generate.