usb: gadget: uvc: Fix comment blocks style
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Wed, 8 Jun 2022 17:49:18 +0000 (20:49 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 Jun 2022 09:20:30 +0000 (11:20 +0200)
commitc5d337a358b3e41bb4f7abd99a79b68a28eafaa2
tree8cb3ff2462771f8890d86bcd485ff069f6c7244a
parentf2906aa863381afb0015a9eb7fefad885d4e5a56
usb: gadget: uvc: Fix comment blocks style

The UVC gadget driver historically uses the

/* Comment
 * style
 */

for multi-line block comments, which is frowned upon. Patches for the
driver are required to use the more standard

/*
 * Comment
 * style
 */

style. This result in inconsistencies. Fix it by converting all
remaining instances of the old style.

Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Link: https://lore.kernel.org/r/20220608174918.14656-1-laurent.pinchart@ideasonboard.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/gadget/function/f_uvc.c
drivers/usb/gadget/function/uvc_queue.c
drivers/usb/gadget/function/uvc_video.c