diff options
author | Lad, Prabhakar <prabhakar.csengg@gmail.com> | 2014-02-21 07:07:21 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-03-05 15:00:23 -0500 |
commit | 25aeb418c6628787fb534b114cb47de76583a27c (patch) | |
tree | f39365d6ced0025d102b0d0e4c6540218f451e8d /drivers/media/platform/omap3isp/ispresizer.h | |
parent | e72ed08e66d044ed74c485da68ca809bebf99739 (diff) |
[media] omap3isp: Fix typos
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>
Diffstat (limited to 'drivers/media/platform/omap3isp/ispresizer.h')
-rw-r--r-- | drivers/media/platform/omap3isp/ispresizer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/platform/omap3isp/ispresizer.h b/drivers/media/platform/omap3isp/ispresizer.h index 70c1c0e1bbdf..9b01e9047c15 100644 --- a/drivers/media/platform/omap3isp/ispresizer.h +++ b/drivers/media/platform/omap3isp/ispresizer.h | |||
@@ -30,12 +30,12 @@ | |||
30 | #include <linux/types.h> | 30 | #include <linux/types.h> |
31 | 31 | ||
32 | /* | 32 | /* |
33 | * Constants for filter coefficents count | 33 | * Constants for filter coefficients count |
34 | */ | 34 | */ |
35 | #define COEFF_CNT 32 | 35 | #define COEFF_CNT 32 |
36 | 36 | ||
37 | /* | 37 | /* |
38 | * struct isprsz_coef - Structure for resizer filter coeffcients. | 38 | * struct isprsz_coef - Structure for resizer filter coefficients. |
39 | * @h_filter_coef_4tap: Horizontal filter coefficients for 8-phase/4-tap | 39 | * @h_filter_coef_4tap: Horizontal filter coefficients for 8-phase/4-tap |
40 | * mode (.5x-4x) | 40 | * mode (.5x-4x) |
41 | * @v_filter_coef_4tap: Vertical filter coefficients for 8-phase/4-tap | 41 | * @v_filter_coef_4tap: Vertical filter coefficients for 8-phase/4-tap |