Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1402394
| From | Julia Lawall <Julia.Lawall@lip6.fr> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 3/7] [media] mn88472: fix typo |
| Date | 2016-05-17 17:00 +0200 |
| Message-ID | <rzODv-5QT-13@gated-at.bofh.it> (permalink) |
| References | <rzODv-5QT-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
firmare -> firmware
Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
---
drivers/staging/media/mn88472/mn88472.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/media/mn88472/mn88472.c b/drivers/staging/media/mn88472/mn88472.c
index 7ea749c..5cfa22a 100644
--- a/drivers/staging/media/mn88472/mn88472.c
+++ b/drivers/staging/media/mn88472/mn88472.c
@@ -312,7 +312,7 @@ static int mn88472_init(struct dvb_frontend *fe)
/* request the firmware, this will block and timeout */
ret = request_firmware(&fw, fw_file, &client->dev);
if (ret) {
- dev_err(&client->dev, "firmare file '%s' not found\n",
+ dev_err(&client->dev, "firmware file '%s' not found\n",
fw_file);
goto err;
}
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll 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