]> Pileus Git - ~andy/linux/blobdiff - drivers/media/platform/ti-vpe/vpdma.c
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab...
[~andy/linux] / drivers / media / platform / ti-vpe / vpdma.c
index a268f680ed1be6629e17349975d4577bd53e0b28..e8175e7938edd2fd09dbcaafa091356538db5b65 100644 (file)
@@ -607,8 +607,8 @@ static void dump_dtd(struct vpdma_dtd *dtd)
                pr_debug("word5: max_width %d, max_height %d\n",
                        dtd_get_max_width(dtd), dtd_get_max_height(dtd));
 
-       pr_debug("word6: client specfic attr0 = 0x%08x\n", dtd->client_attr0);
-       pr_debug("word7: client specfic attr1 = 0x%08x\n", dtd->client_attr1);
+       pr_debug("word6: client specific attr0 = 0x%08x\n", dtd->client_attr0);
+       pr_debug("word7: client specific attr1 = 0x%08x\n", dtd->client_attr1);
 }
 
 /*