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

From: Randy Dunlap
Date: Tue May 19 2015 - 17:36:33 EST


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@xxxxxxxxx>
> ---
> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/