diff options
| author | Laurent Pinchart <[email protected]> | 2022-06-08 17:49:18 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2022-06-10 09:20:30 +0000 |
| commit | c5d337a358b3e41bb4f7abd99a79b68a28eafaa2 (patch) | |
| tree | 8cb3ff2462771f8890d86bcd485ff069f6c7244a /drivers/usb/cdns3/cdns3-gadget.c | |
| parent | Linux 5.19-rc1 (diff) | |
| download | kernel-c5d337a358b3e41bb4f7abd99a79b68a28eafaa2.tar.gz kernel-c5d337a358b3e41bb4f7abd99a79b68a28eafaa2.zip | |
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 <[email protected]>
Signed-off-by: Laurent Pinchart <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-gadget.c')
0 files changed, 0 insertions, 0 deletions
