]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/net/wireless/atmel.c
Fix common misspellings
[mirror_ubuntu-zesty-kernel.git] / drivers / net / wireless / atmel.c
index 46e382ed46aa76a3a37695eccb25b7c948c10c26..39a11e8af4fa539f2f888b987ce127fe19c7403d 100644 (file)
@@ -439,7 +439,7 @@ static u8 mac_reader[] = {
 };
 
 struct atmel_private {
-       void *card; /* Bus dependent stucture varies for PCcard */
+       void *card; /* Bus dependent structure varies for PCcard */
        int (*present_callback)(void *); /* And callback which uses it */
        char firmware_id[32];
        AtmelFWType firmware_type;
@@ -3895,7 +3895,7 @@ static int reset_atmel_card(struct net_device *dev)
 
           This routine is also responsible for initialising some
           hardware-specific fields in the atmel_private structure,
-          including a copy of the firmware's hostinfo stucture
+          including a copy of the firmware's hostinfo structure
           which is the route into the rest of the firmware datastructures. */
 
        struct atmel_private *priv = netdev_priv(dev);