linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: Masanari Iida <standby24x7@gmail.com>
Cc: trivial@kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] [trivial] treewide: Fix typo in printk
Date: Mon, 15 Jul 2013 08:06:32 -0700	[thread overview]
Message-ID: <51E40FF8.4020504@infradead.org> (raw)
In-Reply-To: <1373896210-21316-1-git-send-email-standby24x7@gmail.com>

On 07/15/13 06:50, Masanari Iida wrote:
> Correct spelling typo in printk
> 
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>
> ---
>  drivers/crypto/ux500/hash/hash_core.c               | 2 +-
>  drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c | 4 ++--
>  drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c      | 2 +-
>  drivers/net/wireless/cw1200/wsm.c                   | 2 +-
>  drivers/net/wireless/iwlwifi/mvm/time-event.c       | 2 +-
>  drivers/net/wireless/rtlwifi/rtl8188ee/fw.c         | 4 ++--
>  drivers/net/wireless/rtlwifi/rtl8723ae/fw.c         | 4 ++--
>  drivers/power/88pm860x_charger.c                    | 4 ++--
>  drivers/power/pm2301_charger.c                      | 2 +-
>  drivers/scsi/lpfc/lpfc_attr.c                       | 8 ++++----
>  drivers/scsi/qla2xxx/qla_mr.c                       | 2 +-
>  11 files changed, 18 insertions(+), 18 deletions(-)
> 

I would make the following 2 say "occurred" instead of "occur".
Otherwise looks good to me.
Thanks.

> diff --git a/drivers/power/88pm860x_charger.c b/drivers/power/88pm860x_charger.c
> index ffff66b..2c843ca 100644
> --- a/drivers/power/88pm860x_charger.c
> +++ b/drivers/power/88pm860x_charger.c
> @@ -554,7 +554,7 @@ static irqreturn_t pm860x_vchg_handler(int irq, void *data)
>  					OVTEMP_AUTORECOVER,
>  					OVTEMP_AUTORECOVER);
>  			dev_dbg(info->dev,
> -				"%s, pm8606 over-temp occure\n", __func__);
> +				"%s, pm8606 over-temp occur\n", __func__);
>  		}
>  	}
>  
> @@ -562,7 +562,7 @@ static irqreturn_t pm860x_vchg_handler(int irq, void *data)
>  		set_vchg_threshold(info, VCHG_OVP_LOW, 0);
>  		info->allowed = 0;
>  		dev_dbg(info->dev,
> -			"%s,pm8607 over-vchg occure,vchg = %dmv\n",
> +			"%s,pm8607 over-vchg occur,vchg = %dmv\n",
>  			__func__, vchg);
>  	} else if (vchg < VCHG_OVP_LOW) {
>  		set_vchg_threshold(info, VCHG_NORMAL_LOW,

-- 
~Randy

  reply	other threads:[~2013-07-15 15:07 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-15 13:50 [PATCH] [trivial] treewide: Fix typo in printk Masanari Iida
2013-07-15 15:06 ` Randy Dunlap [this message]
2013-07-16 19:37 ` [PATCH/v2] " Masanari Iida
2013-07-16 21:06   ` crypto: ux500: Fix logging, make arrays const, neatening Joe Perches
2013-07-22 22:35     ` Linus Walleij
2013-07-22 23:19       ` Joe Perches
2013-08-01  1:47         ` Herbert Xu
2013-07-16 22:12   ` [PATCH/v2] [trivial] treewide: Fix typo in printk Randy Dunlap
  -- strict thread matches above, loose matches on Subject: below --
2015-12-13  6:26 [PATCH] " Masanari Iida
2015-12-16 18:34 ` Randy Dunlap
2015-10-15  4:26 Masanari Iida
2015-10-15 17:59 ` Randy Dunlap
2015-05-19 15:09 Masanari Iida
2015-05-19 21:36 ` Randy Dunlap
2014-08-28 17:26 Masanari Iida
2014-08-28 17:40 ` Geert Uytterhoeven
2014-08-28 18:00   ` Masanari Iida
2014-08-28 20:11 ` Randy Dunlap
2014-03-25 13:32 [PATCH] [trivial]treewide: " Masanari Iida
2014-03-25 14:13 ` Arend van Spriel
2014-03-25 17:04 ` Randy Dunlap
2014-01-07 12:58 [PATCH] [trivial] treewide: " Masanari Iida
2013-12-08 15:22 Masanari Iida
2013-12-08 18:46 ` Randy Dunlap
2013-09-30 14:19 [PATCH] [trivial]treewide: " Masanari Iida
2013-10-12 23:04 ` Randy Dunlap
2013-08-19  4:10 Masanari Iida
2013-08-19 16:58 ` Randy Dunlap
2013-08-19 17:06   ` Joe Perches
2013-05-30 14:44 [PATCH] [trivial] treewide: " Masanari Iida
2013-05-30 16:55 ` Randy Dunlap
2013-05-20 15:17 [PATCH] [trivial]treewide: " Masanari Iida
2013-05-20 16:28 ` Randy Dunlap

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=51E40FF8.4020504@infradead.org \
    --to=rdunlap@infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=standby24x7@gmail.com \
    --cc=trivial@kernel.org \
    /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).