staging: brcm80211: fix "ERROR: space required before that ..."
Signed-off-by: Jason Cooper <jason@lakedaemon.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
914d69d6bc
commit
a0e5ccd340
1 changed files with 1 additions and 1 deletions
|
@ -415,7 +415,7 @@ extern "C" {
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef ABS
|
#ifndef ABS
|
||||||
#define ABS(a) (((a) < 0)?-(a):(a))
|
#define ABS(a) (((a) < 0)? -(a):(a))
|
||||||
#endif /* ABS */
|
#endif /* ABS */
|
||||||
|
|
||||||
#ifndef MIN
|
#ifndef MIN
|
||||||
|
|
Loading…
Add table
Reference in a new issue