]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: rtl8712: Delete space before semicolon
authorAndreea-Cristina Bernat <bernat.ada@gmail.com>
Wed, 12 Mar 2014 21:00:04 +0000 (23:00 +0200)
committerPeter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Fri, 14 Mar 2014 00:36:40 +0000 (17:36 -0700)
This patch solves the warning: "space prohibited before semicolon".

Signed-off-by: Andreea-Cristina Bernat <bernat.ada@gmail.com>
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Signed-off-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
drivers/staging/rtl8712/osdep_service.h

index f1ccc7ebbda7837b0a66e1bcbea8fbcae1606861..29946c4a777aa63754b254c316228ffb509185d1 100644 (file)
@@ -164,7 +164,7 @@ static inline void sleep_schedulable(int ms)
                delta = 1;/* 1 ms */
        set_current_state(TASK_INTERRUPTIBLE);
        if (schedule_timeout(delta) != 0)
-               return ;
+               return;
 }
 
 static inline u8 *_malloc(u32 sz)