Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1402401

[PATCH 4/7] staging: wilc1000: fix typo

From Julia Lawall <Julia.Lawall@lip6.fr>
Newsgroups linux.kernel
Subject [PATCH 4/7] staging: wilc1000: fix typo
Date 2016-05-17 17:00 +0200
Message-ID <rzODw-5QT-23@gated-at.bofh.it> (permalink)
References <rzODv-5QT-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


firmare -> firmware

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>

---
 drivers/staging/wilc1000/linux_wlan.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/wilc1000/linux_wlan.c b/drivers/staging/wilc1000/linux_wlan.c
index 4f93c11..274c390 100644
--- a/drivers/staging/wilc1000/linux_wlan.c
+++ b/drivers/staging/wilc1000/linux_wlan.c
@@ -362,7 +362,7 @@ int wilc_wlan_get_firmware(struct net_device *dev)
 		goto _fail_;
 
 	if (request_firmware(&wilc_firmware, firmware, wilc->dev) != 0) {
-		netdev_err(dev, "%s - firmare not available\n", firmware);
+		netdev_err(dev, "%s - firmware not available\n", firmware);
 		ret = -1;
 		goto _fail_;
 	}

Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/7] fix typo Julia Lawall <Julia.Lawall@lip6.fr> - 2016-05-17 17:00 +0200
  [PATCH 5/7] pm8001: fix typo Julia Lawall <Julia.Lawall@lip6.fr> - 2016-05-17 17:00 +0200
    Re: [PATCH 5/7] pm8001: fix typo Jinpu Wang <jinpu.wang@profitbricks.com> - 2016-05-17 17:00 +0200
  [PATCH 3/7] [media] mn88472: fix typo Julia Lawall <Julia.Lawall@lip6.fr> - 2016-05-17 17:00 +0200
  [PATCH 2/7] [media] mn88473: fix typo Julia Lawall <Julia.Lawall@lip6.fr> - 2016-05-17 17:00 +0200
  [PATCH 4/7] staging: wilc1000: fix typo Julia Lawall <Julia.Lawall@lip6.fr> - 2016-05-17 17:00 +0200
  [PATCH 7/7] mwifiex: fix typo Julia Lawall <Julia.Lawall@lip6.fr> - 2016-05-17 17:00 +0200
  Re: [PATCH 0/7] fix typo Kalle Valo <kvalo@codeaurora.org> - 2016-05-17 17:10 +0200
    Re: [PATCH 0/7] fix typo Julia Lawall <julia.lawall@lip6.fr> - 2016-05-17 17:10 +0200
      Re: [PATCH 0/7] fix typo Kalle Valo <kvalo@codeaurora.org> - 2016-05-17 17:20 +0200

csiph-web