Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24481
b: refs/heads/master
c: 0fed484
h: refs/heads/master
i:
  24479: fa67751
v: v3
  • Loading branch information
KAMEZAWA Hiroyuki authored and Linus Torvalds committed Mar 28, 2006
1 parent 0d27c4e commit 3342dce
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: 0a945022778f100115d0cb6234eb28fc1b15ccaf
refs/heads/master: 0fed48463fb20c6bcabc5cf70e2de47b30507ee1
2 changes: 1 addition & 1 deletion trunk/drivers/net/loopback.c
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ static struct net_device_stats *get_stats(struct net_device *dev)

memset(stats, 0, sizeof(struct net_device_stats));

for_each_cpu(i) {
for_each_possible_cpu(i) {
struct net_device_stats *lb_stats;

lb_stats = &per_cpu(loopback_stats, i);
Expand Down

0 comments on commit 3342dce

Please sign in to comment.