1
0
Fork 0

staging: wilc1000: fix typo

firmare -> firmware

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
hifive-unleashed-5.1
Julia Lawall 2016-05-17 16:38:43 +02:00 committed by Greg Kroah-Hartman
parent 95b8cb8917
commit b9811891a9
1 changed files with 1 additions and 1 deletions

View 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_;
}