mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-06 22:49:15 +08:00
staging: silicom: fix space prohibited before semicolon
Signed-off-by: Tugce Sirin <ztugcesirin@gmail.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
15f1df57ce
commit
b8b04eef30
@@ -22,7 +22,7 @@ do { \
|
||||
int i; \
|
||||
if (1) { \
|
||||
for (i = 0; i < 1000; i++) { \
|
||||
udelay(x) ; \
|
||||
udelay(x); \
|
||||
} \
|
||||
} else { \
|
||||
msleep(x); \
|
||||
|
||||
Reference in New Issue
Block a user