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

From: Randy Dunlap
Date: Thu Oct 15 2015 - 13:59:46 EST


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@xxxxxxxxx>
> ---
> 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@xxxxxxxxxxxxx>


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/