staging: silicom: fix space prohibited before semicolon
authorTugce Sirin <ztugcesirin@gmail.com>
Wed, 2 Oct 2013 22:39:57 +0000 (01:39 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 2 Oct 2013 23:22:01 +0000 (16:22 -0700)
Signed-off-by: Tugce Sirin <ztugcesirin@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/silicom/bp_mod.h

index cfa1f43..8154a7b 100644 (file)
@@ -22,7 +22,7 @@ do {                                          \
        int  i;                                 \
        if (1) {                                \
                for (i = 0; i < 1000; i++) {    \
-                       udelay(x) ;             \
+                       udelay(x)             \
                }                               \
        } else {                                \
                msleep(x);                      \