Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189555
b: refs/heads/master
c: 530cd33
h: refs/heads/master
i:
  189553: d6e5420
  189551: 7cd23ed
v: v3
  • Loading branch information
David Härdeman authored and Linus Torvalds committed Apr 7, 2010
1 parent f136cab commit c7b3e52
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: a3a2e76c77fa22b114e421ac11dec0c56c3503fb
refs/heads/master: 530cd330dc3865e3107304a6e84fdc332aa72f7d
3 changes: 2 additions & 1 deletion trunk/include/linux/kfifo.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ union { \
*/
#define INIT_KFIFO(name) \
name = __kfifo_initializer(sizeof(name##kfifo_buffer) - \
sizeof(struct kfifo), name##kfifo_buffer)
sizeof(struct kfifo), \
name##kfifo_buffer + sizeof(struct kfifo))

/**
* DEFINE_KFIFO - macro to define and initialize a kfifo
Expand Down

0 comments on commit c7b3e52

Please sign in to comment.