Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 185010
b: refs/heads/master
c: 8543859
h: refs/heads/master
v: v3
  • Loading branch information
Tejun Heo committed Dec 8, 2009
1 parent 0597840 commit e05af1b
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: 545695fb41da117928ab946067a42d9e15fd009d
refs/heads/master: 85438592f179c126ad4cb9a280046d4f0a501e6d
2 changes: 1 addition & 1 deletion trunk/include/linux/percpu-defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* input parameter is a percpu pointer.
*/
#define __verify_pcpu_ptr(ptr) do { \
void __percpu *__vpp_verify = (typeof(ptr))NULL; \
const void __percpu *__vpp_verify = (typeof(ptr))NULL; \
(void)__vpp_verify; \
} while (0)

Expand Down

0 comments on commit e05af1b

Please sign in to comment.