summaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2019-06-05 19:24:35 +0200
committerMauro Carvalho Chehab2019-06-12 17:42:27 +0200
commit513dbd35b5d93c45fa7291147f21fc0227a9f999 (patch)
tree8aaec796ef299d5059247516f17ef20b267d8fce /drivers/media/i2c
parentmedia: imx214: Fix typo in module description of imx214 (diff)
downloadkernel-qcow2-linux-513dbd35b5d93c45fa7291147f21fc0227a9f999.tar.gz
kernel-qcow2-linux-513dbd35b5d93c45fa7291147f21fc0227a9f999.tar.xz
kernel-qcow2-linux-513dbd35b5d93c45fa7291147f21fc0227a9f999.zip
media: add SPDX headers to some files
Add SPDX headers and fix MODULE_LICENSE() when needed on some files I co-authored. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/i2c')
-rw-r--r--drivers/media/i2c/tda7432.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/i2c/tda7432.c b/drivers/media/i2c/tda7432.c
index 06a78c2cdaab..cbdc9be0a597 100644
--- a/drivers/media/i2c/tda7432.c
+++ b/drivers/media/i2c/tda7432.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* For the STS-Thompson TDA7432 audio processor chip
*
@@ -9,7 +10,7 @@
*
* Copyright (c) 2000 Eric Sandeen <eric_sandeen@bigfoot.com>
* Copyright (c) 2006 Mauro Carvalho Chehab <mchehab@kernel.org>
- * This code is placed under the terms of the GNU General Public License
+ *
* Based on tda9855.c by Steve VanDeBogart (vandebo@uclink.berkeley.edu)
* Which was based on tda8425.c by Greg Alexander (c) 1998
*