]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: emxx_udc: Remove unnecessary blank line
authorRehas Sachdeva <aquannie@gmail.com>
Mon, 12 Sep 2016 10:07:37 +0000 (15:37 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 12 Sep 2016 10:23:07 +0000 (12:23 +0200)
This patch fixes the checkpatch.pl warning:
Blank lines aren't necessary before a close brace '}'

Signed-off-by: Rehas Sachdeva <aquannie@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/emxx_udc/emxx_udc.c

index f4d9000e7456596934e0ddcc5e5ce2c30fa1b067..f6233ec5a3a243f3beb20c5965de1393b1d3b2eb 100644 (file)
@@ -131,7 +131,6 @@ static void _nbu2ss_dump_register(struct nbu2ss_udc *udc)
                reg_data =  _nbu2ss_readl(
                        (u32 *)IO_ADDRESS(USB_BASE_ADDRESS + i + 12));
                dev_dbg(&udc->dev, " %08x\n", (int)reg_data);
-
        }
 
        spin_lock(&udc->lock);