diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-12-18 23:15:53 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-12-18 23:15:53 +0300 |
commit | c3a3d1d6b8b363a02234e5564692db3647f183e6 (patch) | |
tree | 30105bebf7ba6f0dc70429a44dd2b06028dac289 /drivers/media/usb/tm6000/tm6000.h | |
parent | b6852a6dda2cfc16faf48ca075c120d2a3ba6b04 (diff) | |
download | linux-c3a3d1d6b8b363a02234e5564692db3647f183e6.tar.xz |
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.h')
-rw-r--r-- | drivers/media/usb/tm6000/tm6000.h | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/drivers/media/usb/tm6000/tm6000.h b/drivers/media/usb/tm6000/tm6000.h index d53c8e1068e8..16d3c81e4eb9 100644 --- a/drivers/media/usb/tm6000/tm6000.h +++ b/drivers/media/usb/tm6000/tm6000.h @@ -1,10 +1,12 @@ -// SPDX-License-Identifier: GPL-2.0 -// tm6000.h - driver for TM5600/TM6000/TM6010 USB video capture devices -// -// Copyright (c) 2006-2007 Mauro Carvalho Chehab <mchehab@infradead.org> -// -// Copyright (c) 2007 Michel Ludwig <michel.ludwig@gmail.com> -// - DVB-T support +/* + * SPDX-License-Identifier: GPL-2.0 + * tm6000.h - driver for TM5600/TM6000/TM6010 USB video capture devices + * + * Copyright (c) 2006-2007 Mauro Carvalho Chehab <mchehab@infradead.org> + * + * Copyright (c) 2007 Michel Ludwig <michel.ludwig@gmail.com> + * - DVB-T support + */ #include <linux/videodev2.h> #include <media/v4l2-common.h> |