mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 15:49:42 -04:00
staging: emxx_udc: Remove unnecessary blank line
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
b6e336dbed
commit
bb84f356ac
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user