From 8f1126da695dc7610afa290a841a35089ee313af Mon Sep 17 00:00:00 2001 From: Jason Cooper Date: Tue, 14 Sep 2010 09:45:47 -0400 Subject: [PATCH] --- yaml --- r: 219833 b: refs/heads/master c: a0e5ccd340ccb2cc9c87771609bafa1e2491770b h: refs/heads/master i: 219831: 746131adcd16969175e791032ccf7aa322c5590d v: v3 --- [refs] | 2 +- trunk/drivers/staging/brcm80211/include/bcmutils.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 045eafbd1bef..4daee9a235ae 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 914d69d6bc5758b57f46a33699d794a364db88b9 +refs/heads/master: a0e5ccd340ccb2cc9c87771609bafa1e2491770b diff --git a/trunk/drivers/staging/brcm80211/include/bcmutils.h b/trunk/drivers/staging/brcm80211/include/bcmutils.h index 85fe70447406..51caf3c7eaea 100644 --- a/trunk/drivers/staging/brcm80211/include/bcmutils.h +++ b/trunk/drivers/staging/brcm80211/include/bcmutils.h @@ -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