lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 15 Oct 2015 10:59:38 -0700
From:	Randy Dunlap <rdunlap@...radead.org>
To:	Masanari Iida <standby24x7@...il.com>,
	linux-kernel@...r.kernel.org, trivial@...nel.org
Subject: Re: [PATCH] [trivial] treewide: Fix typo in printk

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@...il.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@...radead.org>


Thanks.

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

Powered by blists - more mailing lists