Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334684
b: refs/heads/master
c: 0390c88
h: refs/heads/master
v: v3
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Oct 22, 2012
1 parent 8eeb317 commit 88ea956
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: 4fe7e866a7d43479ac8d8a610023a9c9275f488f
refs/heads/master: 0390c8835690506802fd5d54ea5444f0b9b1708b
2 changes: 1 addition & 1 deletion trunk/kernel/module_signing.c
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ int mod_verify_sig(const void *mod, unsigned long *_modlen)
size_t modlen = *_modlen, sig_len;
int ret;

pr_devel("==>%s(,%lu)\n", __func__, modlen);
pr_devel("==>%s(,%zu)\n", __func__, modlen);

if (modlen <= sizeof(ms))
return -EBADMSG;
Expand Down

0 comments on commit 88ea956

Please sign in to comment.