Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 78192
b: refs/heads/master
c: e7d0362
h: refs/heads/master
v: v3
  • Loading branch information
Ilpo Järvinen authored and David S. Miller committed Jan 28, 2008
1 parent c144635 commit f3fa8a5
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: f1267347353b586e1a89a7d02c142be975bae699
refs/heads/master: e7d0362dd41e760f340c1b500646cc92522bd9d5
2 changes: 1 addition & 1 deletion trunk/include/linux/pcounter.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ static inline int pcounter_getval(const struct pcounter *self)

static inline void pcounter_add(struct pcounter *self, int inc)
{
self->value += inc;
self->val += inc;
}

static inline int pcounter_getval(const struct pcounter *self)
Expand Down

0 comments on commit f3fa8a5

Please sign in to comment.