kernel/drivers/media/pci/ddbridge/ddbridge-i2c.h
.. .. @@ -1,5 +1,6 @@ 1 +/* SPDX-License-Identifier: GPL-2.0 */1 2 /* 2 - * ddbridge-i2c.c: Digital Devices bridge i2c driver3 + * ddbridge-i2c.h: Digital Devices bridge i2c driver3 4 * 4 5 * Copyright (C) 2010-2017 Digital Devices GmbH 5 6 * Ralph Metzler <rjkm@metzlerbros.de> .. .. @@ -13,7 +14,6 @@ 13 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 16 * GNU General Public License for more details. 16 - *17 17 */ 18 18 19 19 #ifndef __DDBRIDGE_I2C_H__