[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1424779431-5760-1-git-send-email-yguerrini@tomshardware.fr>
Date: Tue, 24 Feb 2015 13:03:51 +0100
From: Yannick Guerrini <yguerrini@...shardware.fr>
To: nic_swsd@...ltek.com
Cc: trivial@...nel.org, linux-kernel@...r.kernel.org,
netdev@...r.kernel.org, hayeswang@...ltek.com,
Yannick Guerrini <yguerrini@...shardware.fr>
Subject: [PATCHv2] r8169: Fix trivial typo in rtl_check_firmware
Change 'firwmare' to 'firmware'
Signed-off-by: Yannick Guerrini <yguerrini@...shardware.fr>
---
v2: replace "drivers, realtek" of the subject with "r8169" and cc netdev@...r.kernel.org,
as suggested by Hayes Wang <hayeswang@...ltek.com>
drivers/net/ethernet/realtek/r8169.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/realtek/r8169.c b/drivers/net/ethernet/realtek/r8169.c
index b156092..c70ab40 100644
--- a/drivers/net/ethernet/realtek/r8169.c
+++ b/drivers/net/ethernet/realtek/r8169.c
@@ -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;
}
--
1.9.5.msysgit.0
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists