summaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c/tda1997x_regs.h
diff options
context:
space:
mode:
authorNishad Kamdar <nishadkamdar@gmail.com>2019-09-04 16:58:27 +0200
committerMauro Carvalho Chehab <mchehab@kernel.org>2019-11-10 17:47:14 +0100
commit59d8bf5ddfcfdd16e4dcb1a23915d09648a05558 (patch)
treeeff2756b3f2225ecbc191d4c4e5320e1c3ca50aa /drivers/media/i2c/tda1997x_regs.h
parent01da44446b3b9f82f4f629aa20cad9371a287dd5 (diff)
media: i2c: Use the correct style for SPDX License Identifier
This patch corrects the SPDX License Identifier style in header files related to I2C controlled media codec drivers. For C header files Documentation/process/license-rules.rst mandates C-like comments (opposed to C source files where C++ style should be used) Changes made by using a script provided by Joe Perches here: https://lkml.org/lkml/2019/2/7/46 and some manual changes. Suggested-by: Joe Perches <joe@perches.com> Signed-off-by: Nishad Kamdar <nishadkamdar@gmail.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'drivers/media/i2c/tda1997x_regs.h')
-rw-r--r--drivers/media/i2c/tda1997x_regs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/i2c/tda1997x_regs.h b/drivers/media/i2c/tda1997x_regs.h
index ecf87534613b..d9b3daada07d 100644
--- a/drivers/media/i2c/tda1997x_regs.h
+++ b/drivers/media/i2c/tda1997x_regs.h
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (C) 2018 Gateworks Corporation
*/