mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Antti Palosaari <crope@iki.fi>
To: Yannick Guerrini <yguerrini@tomshardware.fr>
Cc: mchehab@osg.samsung.com, trivial@kernel.org,
	linux-media@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] si2168: tda10071: m88ds3103: Fix trivial typos
Date: Thu, 26 Feb 2015 13:51:17 +0200	[thread overview]
Message-ID: <54EF08B5.8030602@iki.fi> (raw)
In-Reply-To: <1424945586-8232-1-git-send-email-yguerrini@tomshardware.fr>

On 02/26/2015 12:13 PM, Yannick Guerrini wrote:
> Change 'firmare' to 'firmware'
>
> Signed-off-by: Yannick Guerrini <yguerrini@tomshardware.fr>

Acked-by: Antti Palosaari <crope@iki.fi>

Antti

> ---
>   drivers/media/dvb-frontends/m88ds3103.c     | 2 +-
>   drivers/media/dvb-frontends/si2168_priv.h   | 2 +-
>   drivers/media/dvb-frontends/tda10071_priv.h | 2 +-
>   3 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/media/dvb-frontends/m88ds3103.c b/drivers/media/dvb-frontends/m88ds3103.c
> index ba4ee0b..d3d928e 100644
> --- a/drivers/media/dvb-frontends/m88ds3103.c
> +++ b/drivers/media/dvb-frontends/m88ds3103.c
> @@ -630,7 +630,7 @@ static int m88ds3103_init(struct dvb_frontend *fe)
>   	/* request the firmware, this will block and timeout */
>   	ret = request_firmware(&fw, fw_file, priv->i2c->dev.parent);
>   	if (ret) {
> -		dev_err(&priv->i2c->dev, "%s: firmare file '%s' not found\n",
> +		dev_err(&priv->i2c->dev, "%s: firmware file '%s' not found\n",
>   				KBUILD_MODNAME, fw_file);
>   		goto err;
>   	}
> diff --git a/drivers/media/dvb-frontends/si2168_priv.h b/drivers/media/dvb-frontends/si2168_priv.h
> index aadd136..d7efce8 100644
> --- a/drivers/media/dvb-frontends/si2168_priv.h
> +++ b/drivers/media/dvb-frontends/si2168_priv.h
> @@ -40,7 +40,7 @@ struct si2168_dev {
>   	bool ts_clock_inv;
>   };
>
> -/* firmare command struct */
> +/* firmware command struct */
>   #define SI2168_ARGLEN      30
>   struct si2168_cmd {
>   	u8 args[SI2168_ARGLEN];
> diff --git a/drivers/media/dvb-frontends/tda10071_priv.h b/drivers/media/dvb-frontends/tda10071_priv.h
> index 4204861..03f839c 100644
> --- a/drivers/media/dvb-frontends/tda10071_priv.h
> +++ b/drivers/media/dvb-frontends/tda10071_priv.h
> @@ -99,7 +99,7 @@ struct tda10071_reg_val_mask {
>   #define CMD_BER_CONTROL         0x3e
>   #define CMD_BER_UPDATE_COUNTERS 0x3f
>
> -/* firmare command struct */
> +/* firmware command struct */
>   #define TDA10071_ARGLEN      30
>   struct tda10071_cmd {
>   	u8 args[TDA10071_ARGLEN];
>

-- 
http://palosaari.fi/

      reply	other threads:[~2015-02-26 11:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-26 10:13 Yannick Guerrini
2015-02-26 11:51 ` Antti Palosaari [this message]

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=54EF08B5.8030602@iki.fi \
    --to=crope@iki.fi \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@osg.samsung.com \
    --cc=trivial@kernel.org \
    --cc=yguerrini@tomshardware.fr \
    /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

Powered by JetHome