public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drivers, realtek: Fix trivial typo in rtl_check_firmware
@ 2015-02-24  7:49 Yannick Guerrini
  2015-02-24  8:31 ` Hayes Wang
  2015-02-24 12:03 ` [PATCHv2] r8169: " Yannick Guerrini
  0 siblings, 2 replies; 5+ messages in thread
From: Yannick Guerrini @ 2015-02-24  7:49 UTC (permalink / raw)
  To: nic_swsd; +Cc: trivial, linux-kernel, Yannick Guerrini

Change 'firwmare' to 'firmware'

Signed-off-by: Yannick Guerrini <yguerrini@tomshardware.fr>
---
 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


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-02-24 21:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-24  7:49 [PATCH] drivers, realtek: Fix trivial typo in rtl_check_firmware Yannick Guerrini
2015-02-24  8:31 ` Hayes Wang
2015-02-24 11:52   ` Yannick Guerrini
2015-02-24 12:03 ` [PATCHv2] r8169: " Yannick Guerrini
2015-02-24 21:26   ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox