]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
staging: brcm80211: fix "ERROR: space required before that ..."
authorJason Cooper <jason@lakedaemon.net>
Tue, 14 Sep 2010 13:45:47 +0000 (09:45 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 14 Sep 2010 23:24:18 +0000 (16:24 -0700)
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/brcm80211/include/bcmutils.h

index 85fe70447406a5ba05f69d4092d83f638041c84b..51caf3c7eaea41bfc718a352861e9fff42ba735e 100644 (file)
@@ -415,7 +415,7 @@ extern "C" {
 }
 
 #ifndef ABS
-#define        ABS(a)                  (((a) < 0)?-(a):(a))
+#define        ABS(a)                  (((a) < 0)? -(a):(a))
 #endif                         /* ABS */
 
 #ifndef MIN