Re: [PATCH] [trivial] treewide: Fix typo in printk

From: Randy Dunlap
Date: Thu Aug 28 2014 - 16:12:00 EST


On 08/28/14 10:26, Masanari Iida wrote:
> This patch fix spelling typo in printk.
>
> Signed-off-by: Masanari Iida <standby24x7@xxxxxxxxx>
> ---
> arch/m68k/Kconfig.devices | 2 +-
> arch/mips/lantiq/falcon/sysctrl.c | 2 +-
> arch/mips/lantiq/xway/sysctrl.c | 2 +-
> arch/mips/pci/pci-lantiq.c | 2 +-
> arch/powerpc/kvm/e500_mmu_host.c | 2 +-
> arch/powerpc/platforms/powernv/opal.c | 2 +-
> drivers/crypto/qat/qat_common/adf_ctl_drv.c | 2 +-
> drivers/infiniband/hw/ocrdma/ocrdma_verbs.c | 2 +-
> drivers/net/ethernet/mellanox/mlx4/cmd.c | 4 ++--
> drivers/net/ethernet/via/via-velocity.c | 2 +-
> drivers/net/wireless/libertas/cfg.c | 2 +-
> drivers/scsi/fnic/fnic_debugfs.c | 2 +-
> drivers/scsi/fnic/fnic_trace.c | 2 +-
> drivers/video/backlight/88pm860x_bl.c | 2 +-
> net/netfilter/ipset/ip_set_core.c | 2 +-
> scripts/sign-file | 2 +-
> 16 files changed, 17 insertions(+), 17 deletions(-)

> diff --git a/arch/powerpc/kvm/e500_mmu_host.c b/arch/powerpc/kvm/e500_mmu_host.c
> index 08f14bb..c33cc7d 100644
> --- a/arch/powerpc/kvm/e500_mmu_host.c
> +++ b/arch/powerpc/kvm/e500_mmu_host.c
> @@ -663,7 +663,7 @@ int kvmppc_load_last_inst(struct kvm_vcpu *vcpu, enum instruction_type type,
> if (unlikely((pr && !(mas3 & MAS3_UX)) ||
> (!pr && !(mas3 & MAS3_SX)))) {
> pr_err_ratelimited(
> - "%s: Instuction emulation from guest addres %08lx without execute permission\n",
> + "%s: Instuction emulation from guest address %08lx without execute permission\n",

Instruction

> __func__, geaddr);
> return EMULATE_AGAIN;
> }
> diff --git a/drivers/net/ethernet/via/via-velocity.c b/drivers/net/ethernet/via/via-velocity.c
> index f5fbc12..24ef4ca 100644
> --- a/drivers/net/ethernet/via/via-velocity.c
> +++ b/drivers/net/ethernet/via/via-velocity.c
> @@ -2056,7 +2056,7 @@ static int velocity_receive_frame(struct velocity_info *vptr, int idx)
> struct sk_buff *skb;
>
> if (rd->rdesc0.RSR & (RSR_STP | RSR_EDP)) {
> - VELOCITY_PRT(MSG_LEVEL_VERBOSE, KERN_ERR " %s : the received frame span multple RDs.\n", vptr->netdev->name);
> + VELOCITY_PRT(MSG_LEVEL_VERBOSE, KERN_ERR " %s : the received frame span multiple RDs.\n", vptr->netdev->name);

spans

> stats->rx_length_errors++;
> return -EINVAL;
> }

Thanks,

--
~Randy
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/