Commit b8b04eef authored by Tugce Sirin's avatar Tugce Sirin Committed by Greg Kroah-Hartman

staging: silicom: fix space prohibited before semicolon

Signed-off-by: default avatarTugce Sirin <ztugcesirin@gmail.com>
Reviewed-by: default avatarJosh Triplett <josh@joshtriplett.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 15f1df57
......@@ -22,7 +22,7 @@ do { \
int i; \
if (1) { \
for (i = 0; i < 1000; i++) { \
udelay(x) ; \
udelay(x); \
} \
} else { \
msleep(x); \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment