]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
staging: wilc1000: fix typo
authorJulia Lawall <Julia.Lawall@lip6.fr>
Tue, 17 May 2016 14:38:43 +0000 (16:38 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 25 Jun 2016 21:38:49 +0000 (14:38 -0700)
firmare -> firmware

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/linux_wlan.c

index 4f93c11e73c02d61e027ac7377c6cf66d12aee6a..274c390d17cd84eabac61d201c14cc08f3584d39 100644 (file)
@@ -362,7 +362,7 @@ int wilc_wlan_get_firmware(struct net_device *dev)
                goto _fail_;
 
        if (request_firmware(&wilc_firmware, firmware, wilc->dev) != 0) {
-               netdev_err(dev, "%s - firmare not available\n", firmware);
+               netdev_err(dev, "%s - firmware not available\n", firmware);
                ret = -1;
                goto _fail_;
        }