linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: Masanari Iida <standby24x7@gmail.com>,
	linux-kernel@vger.kernel.org, trivial@kernel.org
Subject: Re: [PATCH] [trivial] treewide: Fix typo in printk
Date: Thu, 15 Oct 2015 10:59:38 -0700	[thread overview]
Message-ID: <561FE98A.4040805@infradead.org> (raw)
In-Reply-To: <1444883168-30763-1-git-send-email-standby24x7@gmail.com>

On 10/14/15 21:26, Masanari Iida wrote:
> This patch fix multiple spelling typos found in
> various part of kernel.
> 
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>
> ---
>  drivers/firmware/efi/libstub/fdt.c                 | 2 +-
>  drivers/infiniband/hw/cxgb4/cm.c                   | 2 +-
>  drivers/md/raid0.c                                 | 4 ++--
>  drivers/media/common/saa7146/saa7146_video.c       | 2 +-
>  drivers/media/dvb-frontends/m88ds3103.c            | 2 +-
>  drivers/media/dvb-frontends/si2165.c               | 4 ++--
>  drivers/media/pci/netup_unidvb/netup_unidvb_core.c | 2 +-
>  drivers/net/ethernet/intel/i40evf/i40evf_main.c    | 2 +-
>  drivers/soc/ti/knav_dma.c                          | 2 +-
>  sound/drivers/pcm-indirect2.c                      | 2 +-
>  sound/usb/6fire/firmware.c                         | 2 +-
>  11 files changed, 13 insertions(+), 13 deletions(-)
> 


> diff --git a/drivers/soc/ti/knav_dma.c b/drivers/soc/ti/knav_dma.c
> index bc1b80e..7517754 100644
> --- a/drivers/soc/ti/knav_dma.c
> +++ b/drivers/soc/ti/knav_dma.c
> @@ -389,7 +389,7 @@ static int of_channel_match_helper(struct device_node *np, const char *name,
>  	*dma_instance = dma_node->name;
>  	index = of_property_match_string(np, "ti,navigator-dma-names", name);
>  	if (index < 0) {
> -		dev_err(kdev->dev, "No 'ti,navigator-dma-names' propery\n");
> +		dev_err(kdev->dev, "No 'ti,navigator-dma-names' properly\n");

property

>  		return -ENODEV;
>  	}
>  

After that fix, you can add:
Acked-by: Randy Dunlap <rdunlap@infradead.org>


Thanks.

-- 
~Randy

  reply	other threads:[~2015-10-15 17:59 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-15  4:26 [PATCH] [trivial] treewide: Fix typo in printk Masanari Iida
2015-10-15 17:59 ` Randy Dunlap [this message]
2015-10-16 12:14   ` [PATCH/v2] " Masanari Iida
2015-10-16 15:25     ` 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-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-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=561FE98A.4040805@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).