Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219833
b: refs/heads/master
c: a0e5ccd
h: refs/heads/master
i:
  219831: 746131a
v: v3
  • Loading branch information
Jason Cooper authored and Greg Kroah-Hartman committed Sep 14, 2010
1 parent dcb5a82 commit 8f1126d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 914d69d6bc5758b57f46a33699d794a364db88b9
refs/heads/master: a0e5ccd340ccb2cc9c87771609bafa1e2491770b
2 changes: 1 addition & 1 deletion trunk/drivers/staging/brcm80211/include/bcmutils.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f1126d

Please sign in to comment.