OSDN Git Service

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 f4d9000..f6233ec 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);