staging: wilc1000: fix typo

firmare -> firmware

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Julia Lawall 2016-05-17 16:38:43 +02:00 committed by Greg Kroah-Hartman
parent 95b8cb8917
commit b9811891a9

View file

@ -362,7 +362,7 @@ int wilc_wlan_get_firmware(struct net_device *dev)
goto _fail_; goto _fail_;
if (request_firmware(&wilc_firmware, firmware, wilc->dev) != 0) { 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; ret = -1;
goto _fail_; goto _fail_;
} }