summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/tm6000/tm6000-usb-isoc.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2017-12-18 21:15:53 +0100
committerMauro Carvalho Chehab2017-12-18 21:15:53 +0100
commitc3a3d1d6b8b363a02234e5564692db3647f183e6 (patch)
tree30105bebf7ba6f0dc70429a44dd2b06028dac289 /drivers/media/usb/tm6000/tm6000-usb-isoc.h
parentmedia: s5p-jpeg: Fix off-by-one problem (diff)
downloadkernel-qcow2-linux-c3a3d1d6b8b363a02234e5564692db3647f183e6.tar.gz
kernel-qcow2-linux-c3a3d1d6b8b363a02234e5564692db3647f183e6.tar.xz
kernel-qcow2-linux-c3a3d1d6b8b363a02234e5564692db3647f183e6.zip
media: fix SPDX comment on some header files
The agreed format is to use /* */ comments inside header files. Unfortunately, I ended by using // on a few ones. Reported-by: Andi Shyti <andi.shyti@samsung.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/usb/tm6000/tm6000-usb-isoc.h')
-rw-r--r--drivers/media/usb/tm6000/tm6000-usb-isoc.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/drivers/media/usb/tm6000/tm6000-usb-isoc.h b/drivers/media/usb/tm6000/tm6000-usb-isoc.h
index e69f5cf8fe9f..5c615b0a7a46 100644
--- a/drivers/media/usb/tm6000/tm6000-usb-isoc.h
+++ b/drivers/media/usb/tm6000/tm6000-usb-isoc.h
@@ -1,7 +1,9 @@
-// SPDX-License-Identifier: GPL-2.0
-// tm6000-buf.c - driver for TM5600/TM6000/TM6010 USB video capture devices
-//
-// Copyright (c) 2006-2007 Mauro Carvalho Chehab <mchehab@infradead.org>
+/*
+ * SPDX-License-Identifier: GPL-2.0
+ * tm6000-buf.c - driver for TM5600/TM6000/TM6010 USB video capture devices
+ *
+ * Copyright (c) 2006-2007 Mauro Carvalho Chehab <mchehab@infradead.org>
+ */
#include <linux/videodev2.h>