|
@@ -518,7 +518,7 @@ static void ccp2_mem_configure(struct isp_ccp2_device *ccp2,
|
|
|
ISPCCP2_LCM_IRQSTATUS_EOF_IRQ,
|
|
|
OMAP3_ISP_IOMEM_CCP2, ISPCCP2_LCM_IRQSTATUS);
|
|
|
|
|
|
- /* Enable LCM interupts */
|
|
|
+ /* Enable LCM interrupts */
|
|
|
isp_reg_set(isp, OMAP3_ISP_IOMEM_CCP2, ISPCCP2_LCM_IRQENABLE,
|
|
|
ISPCCP2_LCM_IRQSTATUS_EOF_IRQ |
|
|
|
ISPCCP2_LCM_IRQSTATUS_OCPERROR_IRQ);
|
|
@@ -1096,7 +1096,7 @@ static int ccp2_init_entities(struct isp_ccp2_device *ccp2)
|
|
|
* implementation we use a fixed 32 bytes alignment regardless of the
|
|
|
* input format and width. If strict 128 bits alignment support is
|
|
|
* required ispvideo will need to be made aware of this special dual
|
|
|
- * alignement requirements.
|
|
|
+ * alignment requirements.
|
|
|
*/
|
|
|
ccp2->video_in.type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
|
|
|
ccp2->video_in.bpl_alignment = 32;
|