Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 834
b: refs/heads/master
c: 9dfa277
h: refs/heads/master
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed May 3, 2005
1 parent fd3d880 commit 03dc4e9
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 033d899904792d3501b7dd469495ca9138424ec3
refs/heads/master: 9dfa277f88388a94993b121db46b80df66f48d9e
3 changes: 2 additions & 1 deletion trunk/include/net/pkt_sched.h
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@ psched_tod_diff(int delta_sec, int bound)
case 1: \
__delta += 1000000; \
case 0: \
__delta = abs(__delta); \
if (__delta > bound || __delta < 0) \
__delta = bound; \
} \
__delta; \
})
Expand Down

0 comments on commit 03dc4e9

Please sign in to comment.