Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62225
b: refs/heads/master
c: 1d4ec7b
h: refs/heads/master
i:
  62223: 183bed1
v: v3
  • Loading branch information
Roland Dreier authored and Linus Torvalds committed Jul 20, 2007
1 parent 2a415b8 commit 9dc92f7
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: efa7e8673c78cc6de2d6c367eb6f50449c57ed90
refs/heads/master: 1d4ec7b1d6f130818f9b62dea3411d9ee2ff6ff6
2 changes: 1 addition & 1 deletion trunk/include/linux/slab.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
*/
#define ZERO_SIZE_PTR ((void *)16)

#define ZERO_OR_NULL_PTR(x) ((unsigned long)(x) < \
#define ZERO_OR_NULL_PTR(x) ((unsigned long)(x) <= \
(unsigned long)ZERO_SIZE_PTR)

/*
Expand Down

0 comments on commit 9dc92f7

Please sign in to comment.