r8169: Fix trivial typo in rtl_check_firmware

Change 'firwmare' to 'firmware'

Signed-off-by: Yannick Guerrini <yguerrini@tomshardware.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Yannick Guerrini 2015-02-24 13:03:51 +01:00 committed by David S. Miller
parent 7fbb9d8415
commit 5c2d2b148b

View File

@ -2561,7 +2561,7 @@ static int rtl_check_firmware(struct rtl8169_private *tp, struct rtl_fw *rtl_fw)
int rc = -EINVAL;
if (!rtl_fw_format_ok(tp, rtl_fw)) {
netif_err(tp, ifup, dev, "invalid firwmare\n");
netif_err(tp, ifup, dev, "invalid firmware\n");
goto out;
}