提交 5c2d2b14 编写于 作者: Y Yannick Guerrini 提交者: David S. Miller

r8169: Fix trivial typo in rtl_check_firmware

Change 'firwmare' to 'firmware'
Signed-off-by: NYannick Guerrini <yguerrini@tomshardware.fr>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 7fbb9d84
...@@ -2561,7 +2561,7 @@ static int rtl_check_firmware(struct rtl8169_private *tp, struct rtl_fw *rtl_fw) ...@@ -2561,7 +2561,7 @@ static int rtl_check_firmware(struct rtl8169_private *tp, struct rtl_fw *rtl_fw)
int rc = -EINVAL; int rc = -EINVAL;
if (!rtl_fw_format_ok(tp, rtl_fw)) { 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; goto out;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册