mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 08:02:27 +02:00
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:
parent
7fbb9d8415
commit
5c2d2b148b
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user