forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/media/pci/ddbridge/ddbridge-i2c.h
....@@ -1,5 +1,6 @@
1
+/* SPDX-License-Identifier: GPL-2.0 */
12 /*
2
- * ddbridge-i2c.c: Digital Devices bridge i2c driver
3
+ * ddbridge-i2c.h: Digital Devices bridge i2c driver
34 *
45 * Copyright (C) 2010-2017 Digital Devices GmbH
56 * Ralph Metzler <rjkm@metzlerbros.de>
....@@ -13,7 +14,6 @@
1314 * but WITHOUT ANY WARRANTY; without even the implied warranty of
1415 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1516 * GNU General Public License for more details.
16
- *
1717 */
1818
1919 #ifndef __DDBRIDGE_I2C_H__