diff options
author | Masanari Iida <standby24x7@gmail.com> | 2013-12-08 10:22:53 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-12-19 09:10:49 -0500 |
commit | 77d84ff87e9d38072abcca665ca22cb1da41cb86 (patch) | |
tree | 63705aaa7cdb94e2a6267ab2510d76bcd624b883 /drivers/media/platform/ti-vpe | |
parent | 949b6183412cad3270a9f4bcddd7756e6ec64404 (diff) |
treewide: Fix typos in printk
Correct spelling typo in various part of kernel
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/media/platform/ti-vpe')
-rw-r--r-- | drivers/media/platform/ti-vpe/vpdma.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/platform/ti-vpe/vpdma.c b/drivers/media/platform/ti-vpe/vpdma.c index af0a5ffcaa98..fcbe48a09cf8 100644 --- a/drivers/media/platform/ti-vpe/vpdma.c +++ b/drivers/media/platform/ti-vpe/vpdma.c | |||
@@ -577,8 +577,8 @@ static void dump_dtd(struct vpdma_dtd *dtd) | |||
577 | pr_debug("word5: max_width %d, max_height %d\n", | 577 | pr_debug("word5: max_width %d, max_height %d\n", |
578 | dtd_get_max_width(dtd), dtd_get_max_height(dtd)); | 578 | dtd_get_max_width(dtd), dtd_get_max_height(dtd)); |
579 | 579 | ||
580 | pr_debug("word6: client specfic attr0 = 0x%08x\n", dtd->client_attr0); | 580 | pr_debug("word6: client specific attr0 = 0x%08x\n", dtd->client_attr0); |
581 | pr_debug("word7: client specfic attr1 = 0x%08x\n", dtd->client_attr1); | 581 | pr_debug("word7: client specific attr1 = 0x%08x\n", dtd->client_attr1); |
582 | } | 582 | } |
583 | 583 | ||
584 | /* | 584 | /* |