OSDN Git Service

usb: usb-skeleton: make comment block in line with coding style
authorJacob Huisman <jacobhuisman@kernelthusiast.com>
Thu, 15 Aug 2019 17:42:10 +0000 (18:42 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 21 Aug 2019 16:57:36 +0000 (09:57 -0700)
commita599e48662b4b505bef45d4831061f9d50703e17
tree666f999363a3827e813d5938b64c1009b4010fbf
parent7ffc95e90e305c6803991ec2a2f4e442236efc77
usb: usb-skeleton: make comment block in line with coding style

Comment block was not in accordance with coding style.
Fixes two checkpatch warnings:
WARNING: Block comments use * on subsequent lines
WARNING: Block comments use a trailing */ on a separate line

Signed-off-by: Jacob Huisman <jacobhuisman@kernelthusiast.com>
Link: https://lore.kernel.org/r/20190815174210.580-1-jacobhuisman@kernelthusiast.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/usb-skeleton.c