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:	Tue, 19 May 2015 14:36:28 -0700
From:	Randy Dunlap <rdunlap@...radead.org>
To:	Masanari Iida <standby24x7@...il.com>, trivial@...nel.org,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] [trivial] treewide: Fix typo in printk

On 05/19/15 08:09, Masanari Iida wrote:
> This patch fixed spelling typo found in various part of sources.
> 
> Signed-off-by: Masanari Iida <standby24x7@...il.com>
> ---
>  arch/powerpc/sysdev/fsl_pci.c                   | 2 +-
>  drivers/crypto/img-hash.c                       | 2 +-
>  drivers/input/touchscreen/ili210x.c             | 4 ++--
>  drivers/isdn/mISDN/dsp_cmx.c                    | 2 +-
>  drivers/mailbox/arm_mhu.c                       | 2 +-
>  drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c | 4 ++--
>  drivers/regulator/max77843.c                    | 2 +-
>  drivers/target/target_core_device.c             | 2 +-
>  drivers/usb/dwc2/core.c                         | 2 +-
>  fs/ecryptfs/mmap.c                              | 2 +-
>  lib/test_rhashtable.c                           | 2 +-
>  11 files changed, 13 insertions(+), 13 deletions(-)
> 
> diff --git a/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c b/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c
> index cefad18..927f10e 100644
> --- a/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c
> +++ b/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c
> @@ -436,7 +436,7 @@ static int s5p_mfc_set_dec_frame_buffer_v6(struct s5p_mfc_ctx *ctx)
>  
>  	mfc_debug(2, "Buf1: %p (%d)\n", (void *)buf_addr1, buf_size1);
>  	mfc_debug(2, "Total DPB COUNT: %d\n", ctx->total_dpb_count);
> -	mfc_debug(2, "Setting display delay to %d\n", ctx->display_delay);
> +	mfc_debug(2, "Seting display delay to %d\n", ctx->display_delay);

oops!

>  
>  	writel(ctx->total_dpb_count, mfc_regs->d_num_dpb);
>  	writel(ctx->luma_size, mfc_regs->d_first_plane_dpb_size);


-- 
~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

Powered by Openwall GNU/*/Linux Powered by OpenVZ