[media] omap3isp: Fix typos
authorLad, Prabhakar <prabhakar.csengg@gmail.com>
Fri, 21 Feb 2014 12:07:21 +0000 (09:07 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Wed, 5 Mar 2014 20:00:23 +0000 (17:00 -0300)
Signed-off-by: Lad, Prabhakar <prabhakar.csengg@gmail.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/platform/omap3isp/isp.c
drivers/media/platform/omap3isp/ispccdc.c
drivers/media/platform/omap3isp/ispccp2.c
drivers/media/platform/omap3isp/isphist.c
drivers/media/platform/omap3isp/isppreview.c
drivers/media/platform/omap3isp/ispqueue.c
drivers/media/platform/omap3isp/ispresizer.h
drivers/media/platform/omap3isp/ispstat.c

index 5807185262fef29a20dbb2cd5380da6887b182b7..65a9b1dad0c35f5bba467b4b60ba71d31e549d1c 100644 (file)
@@ -391,7 +391,7 @@ static void isp_disable_interrupts(struct isp_device *isp)
  * @isp: OMAP3 ISP device
  * @idle: Consider idle state.
  *
- * Set the power settings for the ISP and SBL bus and cConfigure the HS/VS
+ * Set the power settings for the ISP and SBL bus and configure the HS/VS
  * interrupt source.
  *
  * We need to configure the HS/VS interrupt source before interrupts get
index 5db2c88b9ad8caf810e6de514fef552cb80b929d..7160e4a4c14d036a1778965b8a51565bcf099bce 100644 (file)
@@ -293,7 +293,7 @@ static int __ccdc_lsc_enable(struct isp_ccdc_device *ccdc, int enable)
                        isp_reg_clr(isp, OMAP3_ISP_IOMEM_CCDC,
                                    ISPCCDC_LSC_CONFIG, ISPCCDC_LSC_ENABLE);
                        ccdc->lsc.state = LSC_STATE_STOPPED;
-                       dev_warn(to_device(ccdc), "LSC prefecth timeout\n");
+                       dev_warn(to_device(ccdc), "LSC prefetch timeout\n");
                        return -ETIMEDOUT;
                }
                ccdc->lsc.state = LSC_STATE_RUNNING;
index e84fe0543e4719424c3224895ed7b5a218ea8904..c81ca8faa8cb0551e470a61c3c4ee72472fdf112 100644 (file)
@@ -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;
index e070c24048efb8456e717a5056a52665c82b1ea3..6db6cfbd8f3b542063daa48a202b9003e56fdafa 100644 (file)
@@ -351,7 +351,7 @@ static int hist_validate_params(struct ispstat *hist, void *new_conf)
 
        buf_size = hist_get_buf_size(user_cfg);
        if (buf_size > user_cfg->buf_size)
-               /* User's buf_size request wasn't enoght */
+               /* User's buf_size request wasn't enough */
                user_cfg->buf_size = buf_size;
        else if (user_cfg->buf_size > OMAP3ISP_HIST_MAX_BUF_SIZE)
                user_cfg->buf_size = OMAP3ISP_HIST_MAX_BUF_SIZE;
index 1dbff14728093c9d3fca794013a1f8df68fcb0d3..fe91a3b7d84fbfdc8f18b75e28c56bbb631858d5 100644 (file)
@@ -122,7 +122,7 @@ static struct omap3isp_prev_csc flr_prev_csc = {
 #define PREV_MAX_OUT_WIDTH_REV_15      4096
 
 /*
- * Coeficient Tables for the submodules in Preview.
+ * Coefficient Tables for the submodules in Preview.
  * Array is initialised with the values from.the tables text file.
  */
 
@@ -1372,7 +1372,7 @@ static void preview_init_params(struct isp_prev_device *prev)
 }
 
 /*
- * preview_max_out_width - Handle previewer hardware ouput limitations
+ * preview_max_out_width - Handle previewer hardware output limitations
  * @isp_revision : ISP revision
  * returns maximum width output for current isp revision
  */
index 5f0f8fab1d1736440b66c0a3cef3755ce70dfb22..a5e65858e7991b5f961ff671d1a8e36f4657ecad 100644 (file)
@@ -597,7 +597,7 @@ static int isp_video_buffer_wait(struct isp_video_buffer *buf, int nonblocking)
  * isp_video_queue_free - Free video buffers memory
  *
  * Buffers can only be freed if the queue isn't streaming and if no buffer is
- * mapped to userspace. Return -EBUSY if those conditions aren't statisfied.
+ * mapped to userspace. Return -EBUSY if those conditions aren't satisfied.
  *
  * This function must be called with the queue lock held.
  */
index 70c1c0e1bbdf687594c5ac26baa5361bd3b16a18..9b01e9047c15d8ce98d177760ff82a3f588c3071 100644 (file)
 #include <linux/types.h>
 
 /*
- * Constants for filter coefficents count
+ * Constants for filter coefficients count
  */
 #define COEFF_CNT              32
 
 /*
- * struct isprsz_coef - Structure for resizer filter coeffcients.
+ * struct isprsz_coef - Structure for resizer filter coefficients.
  * @h_filter_coef_4tap: Horizontal filter coefficients for 8-phase/4-tap
  *                     mode (.5x-4x)
  * @v_filter_coef_4tap: Vertical filter coefficients for 8-phase/4-tap
index a75407c3a726217981d40193b89919332a7919bf..5707f85c4cc4cba883e6107e892ba864fe8bc4f5 100644 (file)
@@ -144,7 +144,7 @@ static int isp_stat_buf_check_magic(struct ispstat *stat,
        for (w = buf->virt_addr + buf_size, end = w + MAGIC_SIZE;
             w < end; w++) {
                if (unlikely(*w != MAGIC_NUM)) {
-                       dev_dbg(stat->isp->dev, "%s: endding magic check does "
+                       dev_dbg(stat->isp->dev, "%s: ending magic check does "
                                "not match.\n", stat->subdev.name);
                        return -EINVAL;
                }
@@ -841,7 +841,7 @@ int omap3isp_stat_s_stream(struct v4l2_subdev *subdev, int enable)
        if (enable) {
                /*
                 * Only set enable PCR bit if the module was previously
-                * enabled through ioct.
+                * enabled through ioctl.
                 */
                isp_stat_try_enable(stat);
        } else {