lkml.org 
[lkml]   [2015]   [May]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [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@gmail.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


\
 
 \ /
  Last update: 2015-05-20 00:21    [W:0.051 / U:0.140 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site