.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright (C) 2005-2009 Texas Instruments Inc |
---|
3 | | - * |
---|
4 | | - * This program is free software; you can redistribute it and/or modify |
---|
5 | | - * it under the terms of the GNU General Public License as published by |
---|
6 | | - * the Free Software Foundation; either version 2 of the License, or |
---|
7 | | - * (at your option) any later version. |
---|
8 | | - * |
---|
9 | | - * This program is distributed in the hope that it will be useful, |
---|
10 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
11 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
12 | | - * GNU General Public License for more details. |
---|
13 | 4 | */ |
---|
14 | 5 | #ifndef _DM355_CCDC_H |
---|
15 | 6 | #define _DM355_CCDC_H |
---|
.. | .. |
---|
228 | 219 | /* Threshold of median filter */ |
---|
229 | 220 | int med_filt_thres; |
---|
230 | 221 | /* |
---|
231 | | - * horz and vertical data offset. Appliable for defect correction |
---|
| 222 | + * horz and vertical data offset. Applicable for defect correction |
---|
232 | 223 | * and lsc |
---|
233 | 224 | */ |
---|
234 | 225 | struct ccdc_data_offset data_offset; |
---|
.. | .. |
---|
238 | 229 | struct ccdc_black_clamp blk_clamp; |
---|
239 | 230 | /* Structure for Black Compensation */ |
---|
240 | 231 | struct ccdc_black_compensation blk_comp; |
---|
241 | | - /* struture for vertical Defect Correction Module Configuration */ |
---|
| 232 | + /* structure for vertical Defect Correction Module Configuration */ |
---|
242 | 233 | struct ccdc_vertical_dft vertical_dft; |
---|
243 | 234 | /* structure for color space converter Module Configuration */ |
---|
244 | 235 | struct ccdc_csc csc; |
---|