Commit 5c2d2b14 authored by Yannick Guerrini's avatar Yannick Guerrini Committed by David S. Miller

r8169: Fix trivial typo in rtl_check_firmware

Change 'firwmare' to 'firmware'
Signed-off-by: default avatarYannick Guerrini <yguerrini@tomshardware.fr>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 7fbb9d84
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment