Message ID | 2b95113e-6e4f-44a5-bf05-31015cf02b25@xs4all.nl |
---|---|
State | New |
Headers | show |
Series | media/usb/gspca/w996Xcf.c: /** -> /* | expand |
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>
The copyright text is just a comment, not kernel-doc documentation. Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> --- drivers/media/usb/gspca/w996Xcf.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)