Commit c3a3d1d6 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

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: default avatarAndi Shyti <andi.shyti@samsung.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent b6852a6d
// SPDX-License-Identifier: GPL-2.0 /*
// Remote Controller core raw events header * SPDX-License-Identifier: GPL-2.0
// * Remote Controller core raw events header
// Copyright (C) 2010 by Mauro Carvalho Chehab *
* Copyright (C) 2010 by Mauro Carvalho Chehab
*/
#ifndef _RC_CORE_PRIV #ifndef _RC_CORE_PRIV
#define _RC_CORE_PRIV #define _RC_CORE_PRIV
......
// SPDX-License-Identifier: GPL-2.0 /*
// tm6000-regs.h - driver for TM5600/TM6000/TM6010 USB video capture devices * SPDX-License-Identifier: GPL-2.0
// * tm6000-regs.h - driver for TM5600/TM6000/TM6010 USB video capture devices
// Copyright (c) 2006-2007 Mauro Carvalho Chehab <mchehab@infradead.org> *
* Copyright (c) 2006-2007 Mauro Carvalho Chehab <mchehab@infradead.org>
*/
/* /*
* Define TV Master TM5600/TM6000/TM6010 Request codes * Define TV Master TM5600/TM6000/TM6010 Request codes
......
// SPDX-License-Identifier: GPL-2.0 /*
// tm6000-buf.c - driver for TM5600/TM6000/TM6010 USB video capture devices * 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> *
* Copyright (c) 2006-2007 Mauro Carvalho Chehab <mchehab@infradead.org>
*/
#include <linux/videodev2.h> #include <linux/videodev2.h>
......
// SPDX-License-Identifier: GPL-2.0 /*
// tm6000.h - driver for TM5600/TM6000/TM6010 USB video capture devices * 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) 2006-2007 Mauro Carvalho Chehab <mchehab@infradead.org>
// Copyright (c) 2007 Michel Ludwig <michel.ludwig@gmail.com> *
// - DVB-T support * Copyright (c) 2007 Michel Ludwig <michel.ludwig@gmail.com>
* - DVB-T support
*/
#include <linux/videodev2.h> #include <linux/videodev2.h>
#include <media/v4l2-common.h> #include <media/v4l2-common.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment