staging: emxx_udc: Fix checkpatch warning
authorAnson Jacob <ansonjacob.aj@gmail.com>
Thu, 25 Aug 2016 15:18:42 +0000 (11:18 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 1 Sep 2016 15:55:43 +0000 (17:55 +0200)
Fix checkpatch.pl warning
Block comments use * on subsequent lines

Signed-off-by: Anson Jacob <ansonjacob.aj@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/emxx_udc/emxx_udc.c

index 3b56b28..f4d9000 100644 (file)
@@ -2264,9 +2264,7 @@ static int _nbu2ss_enable_controller(struct nbu2ss_udc *udc)
        if (udc->udc_enabled)
                return 0;
 
-       /*
-               Reset
-       */
+       /* Reset */
        _nbu2ss_bitset(&udc->p_regs->EPCTR, (DIRPD | EPC_RST));
        udelay(EPC_RST_DISABLE_TIME);   /* 1us wait */