linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Julia Lawall <Julia.Lawall@lip6.fr>
To: Antti Palosaari <crope@iki.fi>
Cc: kernel-janitors@vger.kernel.org,
	Mauro Carvalho Chehab <mchehab@osg.samsung.com>,
	linux-media@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH 2/7] [media] mn88473: fix typo
Date: Tue, 17 May 2016 16:38:41 +0200	[thread overview]
Message-ID: <1463495926-13728-3-git-send-email-Julia.Lawall@lip6.fr> (raw)
In-Reply-To: <1463495926-13728-1-git-send-email-Julia.Lawall@lip6.fr>

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;
 	}
 

  parent reply	other threads:[~2016-05-17 14:54 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-17 14:38 [PATCH 0/7] fix typo Julia Lawall
2016-05-17 14:38 ` [PATCH 1/7] snic: " Julia Lawall
2016-05-20  2:21   ` Martin K. Petersen
2016-05-17 14:38 ` Julia Lawall [this message]
2016-05-17 14:38 ` [PATCH 3/7] [media] mn88472: " Julia Lawall
2016-05-17 14:38 ` [PATCH 4/7] staging: wilc1000: " Julia Lawall
2016-05-17 14:38 ` [PATCH 5/7] pm8001: " Julia Lawall
2016-05-17 14:55   ` Jinpu Wang
2016-05-17 14:38 ` [PATCH 6/7] ath6kl: " Julia Lawall
2016-05-28  8:22   ` [6/7] " Kalle Valo
2016-05-17 14:38 ` [PATCH 7/7] mwifiex: " Julia Lawall
2016-06-04 15:11   ` [7/7] " Kalle Valo
2016-05-17 15:07 ` [PATCH 0/7] " Kalle Valo
2016-05-17 15:08   ` Julia Lawall
2016-05-17 15:19     ` Kalle Valo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1463495926-13728-3-git-send-email-Julia.Lawall@lip6.fr \
    --to=julia.lawall@lip6.fr \
    --cc=crope@iki.fi \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@osg.samsung.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).