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


Groups > linux.kernel > #1402395

[PATCH 2/7] [media] mn88473: fix typo

From Julia Lawall <Julia.Lawall@lip6.fr>
Newsgroups linux.kernel
Subject [PATCH 2/7] [media] mn88473: fix typo
Date 2016-05-17 17:00 +0200
Message-ID <rzODv-5QT-15@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/media/dvb-frontends/mn88473.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/dvb-frontends/mn88473.c b/drivers/media/dvb-frontends/mn88473.c
index 6c5d5921..8f7b68f 100644
--- a/drivers/media/dvb-frontends/mn88473.c
+++ b/drivers/media/dvb-frontends/mn88473.c
@@ -330,7 +330,7 @@ static int mn88473_init(struct dvb_frontend *fe)
 	/* Request the firmware, this will block and timeout */
 	ret = request_firmware(&fw, name, &client->dev);
 	if (ret) {
-		dev_err(&client->dev, "firmare file '%s' not found\n", name);
+		dev_err(&client->dev, "firmware file '%s' not found\n", name);
 		goto err;
 	}
 

Back to linux.kernel | Previous | NextPrevious 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