hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/include/media/davinci/dm355_ccdc.h
....@@ -1,15 +1,6 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * 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.
134 */
145 #ifndef _DM355_CCDC_H
156 #define _DM355_CCDC_H
....@@ -228,7 +219,7 @@
228219 /* Threshold of median filter */
229220 int med_filt_thres;
230221 /*
231
- * horz and vertical data offset. Appliable for defect correction
222
+ * horz and vertical data offset. Applicable for defect correction
232223 * and lsc
233224 */
234225 struct ccdc_data_offset data_offset;
....@@ -238,7 +229,7 @@
238229 struct ccdc_black_clamp blk_clamp;
239230 /* Structure for Black Compensation */
240231 struct ccdc_black_compensation blk_comp;
241
- /* struture for vertical Defect Correction Module Configuration */
232
+ /* structure for vertical Defect Correction Module Configuration */
242233 struct ccdc_vertical_dft vertical_dft;
243234 /* structure for color space converter Module Configuration */
244235 struct ccdc_csc csc;