Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 268071
b: refs/heads/master
c: b737b2e
h: refs/heads/master
i:
  268069: 3f432fc
  268067: 71c6406
  268063: b7d299e
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Aug 29, 2011
1 parent 472bb6b commit 4d7b5ec
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: c2ec81cb3e9d6cb6d819155883684d94fab005ad
refs/heads/master: b737b2e00d99a4c07ba3e50d2f5b154addfe7c76
3 changes: 2 additions & 1 deletion trunk/drivers/staging/hv/ring_buffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@


/* Amount of space to write to */
#define BYTES_AVAIL_TO_WRITE(r, w, z) ((w) >= (r)) ? ((z) - ((w) - (r))) : ((r) - (w))
#define BYTES_AVAIL_TO_WRITE(r, w, z) \
((w) >= (r)) ? ((z) - ((w) - (r))) : ((r) - (w))


/*
Expand Down

0 comments on commit 4d7b5ec

Please sign in to comment.