]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/net/wireless/prism54/islpci_dev.c
Merge tag 'v2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[mv-sheeva.git] / drivers / net / wireless / prism54 / islpci_dev.c
index 2c8cc954d1b6d85092f4d4f999ab1a8151e79ddb..ec2c75d77cea66fd55c90e6fb4c7615243f0a05f 100644 (file)
@@ -630,7 +630,7 @@ islpci_alloc_memory(islpci_private *priv)
        printk(KERN_DEBUG "islpci_alloc_memory\n");
 #endif
 
-       /* remap the PCI device base address to accessable */
+       /* remap the PCI device base address to accessible */
        if (!(priv->device_base =
              ioremap(pci_resource_start(priv->pdev, 0),
                      ISL38XX_PCI_MEM_SIZE))) {
@@ -709,7 +709,7 @@ islpci_alloc_memory(islpci_private *priv)
                                   PCI_DMA_FROMDEVICE);
                if (!priv->pci_map_rx_address[counter]) {
                        /* error mapping the buffer to device
-                          accessable memory address */
+                          accessible memory address */
                        printk(KERN_ERR "failed to map skb DMA'able\n");
                        goto out_free;
                }
@@ -773,7 +773,7 @@ islpci_free_memory(islpci_private *priv)
                priv->data_low_rx[counter] = NULL;
        }
 
-       /* Free the acces control list and the WPA list */
+       /* Free the access control list and the WPA list */
        prism54_acl_clean(&priv->acl);
        prism54_wpa_bss_ie_clean(priv);
        mgt_clean(priv);