diff options
author | Masanari Iida <standby24x7@gmail.com> | 2013-05-21 23:13:12 +0900 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-05-28 12:02:13 +0200 |
commit | 8b513d0cf603c0a9ccf86a92cb22931f05a7bc86 (patch) | |
tree | 5a3988a575cb0c09ca80dcb0460552bd0d93f44c /drivers/media/platform/s5p-mfc | |
parent | 9d1936cf86be8dc0cc27365bd8f1efdf23941961 (diff) | |
download | blackbird-obmc-linux-8b513d0cf603c0a9ccf86a92cb22931f05a7bc86.tar.gz blackbird-obmc-linux-8b513d0cf603c0a9ccf86a92cb22931f05a7bc86.zip |
treewide: Fix typo in printk
Correct spelling typo in various part of drivers
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/media/platform/s5p-mfc')
-rw-r--r-- | drivers/media/platform/s5p-mfc/s5p_mfc_dec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/platform/s5p-mfc/s5p_mfc_dec.c b/drivers/media/platform/s5p-mfc/s5p_mfc_dec.c index 4af53bd2f182..0fa1e9b38fc7 100644 --- a/drivers/media/platform/s5p-mfc/s5p_mfc_dec.c +++ b/drivers/media/platform/s5p-mfc/s5p_mfc_dec.c @@ -954,7 +954,7 @@ static int s5p_mfc_queue_setup(struct vb2_queue *vq, psize[0] = ctx->dec_src_buf_size; allocators[0] = ctx->dev->alloc_ctx[MFC_BANK1_ALLOC_CTX]; } else { - mfc_err("This video node is dedicated to decoding. Decoding not initalised\n"); + mfc_err("This video node is dedicated to decoding. Decoding not initialized\n"); return -EINVAL; } return 0; |