diff options
author | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2021-03-11 14:20:18 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2021-03-22 13:54:09 +0300 |
commit | c10a3718d9555fafe9325d63b11ff76daed69c03 (patch) | |
tree | 83af4a97bbe465d2d66c6c0be6728fec4d33942c /drivers/media/usb/gspca/w996Xcf.c | |
parent | c451ee146d449bbe39835fc3d9007b7f06332415 (diff) | |
download | linux-c10a3718d9555fafe9325d63b11ff76daed69c03.tar.xz |
media: media/usb/gspca/w996Xcf.c: /** -> /*
The copyright text is just a comment, not kernel-doc documentation.
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/media/usb/gspca/w996Xcf.c')
-rw-r--r-- | drivers/media/usb/gspca/w996Xcf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/media/usb/gspca/w996Xcf.c b/drivers/media/usb/gspca/w996Xcf.c index a8350ee9712f..79baa0c1a031 100644 --- a/drivers/media/usb/gspca/w996Xcf.c +++ b/drivers/media/usb/gspca/w996Xcf.c @@ -1,6 +1,5 @@ // SPDX-License-Identifier: GPL-2.0-or-later -/** - * +/* * GSPCA sub driver for W996[78]CF JPEG USB Dual Mode Camera Chip. * * Copyright (C) 2009 Hans de Goede <hdegoede@redhat.com> |