From: Randy Dunlap <rdunlap@infradead.org>
To: Masanari Iida <standby24x7@gmail.com>,
trivial@kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] [trivial] treewide: Fix typo in printk
Date: Thu, 28 Aug 2014 13:11:52 -0700 [thread overview]
Message-ID: <53FF8D08.5050900@infradead.org> (raw)
In-Reply-To: <1409246765-28327-1-git-send-email-standby24x7@gmail.com>
On 08/28/14 10:26, Masanari Iida wrote:
> This patch fix spelling typo in printk.
>
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>
> ---
> 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
next prev parent reply other threads:[~2014-08-28 20:11 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-28 17:26 [PATCH] [trivial] treewide: Fix typo in printk Masanari Iida
2014-08-28 17:40 ` Geert Uytterhoeven
2014-08-28 18:00 ` Masanari Iida
2014-08-28 20:11 ` Randy Dunlap [this message]
2014-08-29 14:37 ` [PATCH/v2] " Masanari Iida
2014-08-29 17:26 ` 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-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-07-15 13:50 [PATCH] [trivial] treewide: " Masanari Iida
2013-07-15 15:06 ` Randy Dunlap
2013-05-30 14:44 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=53FF8D08.5050900@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).