staging: rtl8172: usb_intf.c: Fixed block comment coding style
authorGonçalo Salazar <glbsalazar@gmail.com>
Mon, 26 Sep 2016 19:42:58 +0000 (20:42 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 26 Sep 2016 20:22:13 +0000 (22:22 +0200)
Fixed a block comment indentation in the rtl8712 usb_intf.c file.

Signed-off-by: Gonçalo Salazar <glbsalazar@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/usb_intf.c

index 3fc65b2..897d462 100644 (file)
@@ -369,7 +369,7 @@ static const struct device_type wlan_type = {
  *
  * notes: drv_init() is called when the bus driver has located a card for us
  * to support. We accept the new device by returning 0.
-*/
+ */
 static int r871xu_drv_init(struct usb_interface *pusb_intf,
                           const struct usb_device_id *pdid)
 {