Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166970
b: refs/heads/master
c: 9240d71
h: refs/heads/master
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Oct 5, 2009
1 parent f23069f commit 6572946
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: 896a7cf8d846a9e86fb823be16f4f14ffeb7f074
refs/heads/master: 9240d7154e766ce6f3b615e81ed28f7562f509a5
2 changes: 1 addition & 1 deletion trunk/net/core/pktgen.c
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,7 @@ static ssize_t pktgen_if_write(struct file *file,
if (value == 0x7FFFFFFF)
pkt_dev->delay = ULLONG_MAX;
else
pkt_dev->delay = (u64)value * NSEC_PER_USEC;
pkt_dev->delay = (u64)value;

sprintf(pg_result, "OK: delay=%llu",
(unsigned long long) pkt_dev->delay);
Expand Down

0 comments on commit 6572946

Please sign in to comment.