Commit a0e5ccd3 authored by Jason Cooper's avatar Jason Cooper Committed by Greg Kroah-Hartman

staging: brcm80211: fix "ERROR: space required before that ..."

Signed-off-by: default avatarJason Cooper <jason@lakedaemon.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 914d69d6
......@@ -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
......
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