Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306161
b: refs/heads/master
c: 30059d9
h: refs/heads/master
i:
  306159: 8a4932d
v: v3
  • Loading branch information
Srinivas Kandagatla authored and Mauro Carvalho Chehab committed Apr 11, 2012
1 parent 37dc543 commit a2edc65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 961e668b3447a73c040181def293cfa875c74738
refs/heads/master: 30059d93b07a034555defbf14d689a279fd7368d
1 change: 1 addition & 0 deletions trunk/kernel/kfifo.c
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,7 @@ unsigned int __kfifo_max_r(unsigned int len, size_t recsize)
return max;
return len;
}
EXPORT_SYMBOL(__kfifo_max_r);

#define __KFIFO_PEEK(data, out, mask) \
((data)[(out) & (mask)])
Expand Down

0 comments on commit a2edc65

Please sign in to comment.