Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323018
b: refs/heads/master
c: 263a523
h: refs/heads/master
v: v3
  • Loading branch information
Guenter Roeck committed Sep 19, 2012
1 parent 2646033 commit 67ae088
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: 521cf6489269f5b223c24857d99c779e91f42d3e
refs/heads/master: 263a523d18bca306016d75f5c8d5c57c37fe52fb
2 changes: 1 addition & 1 deletion trunk/include/linux/kernel.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
{ \
typeof(x) __x = x; \
typeof(divisor) __d = divisor; \
(((typeof(x))-1) >= 0 || (__x) >= 0) ? \
(((typeof(x))-1) > 0 || (__x) > 0) ? \
(((__x) + ((__d) / 2)) / (__d)) : \
(((__x) - ((__d) / 2)) / (__d)); \
} \
Expand Down

0 comments on commit 67ae088

Please sign in to comment.