On 07/15/13 06:50, Masanari Iida wrote:
> Correct spelling typo in printk
> 
> Signed-off-by: Masanari Iida <[email protected]>
> ---
>  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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to