lkml.org 
[lkml]   [2013]   [Jul]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] [trivial] treewide: Fix typo in printk
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


\
 
 \ /
  Last update: 2013-07-15 18:01    [W:0.168 / U:0.296 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site