git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fa0fea
)
[CRYPTO] api: Fixed crypto_*_reqsize return type
author
Herbert Xu
<herbert@gondor.apana.org.au>
Wed, 29 Aug 2007 11:02:04 +0000
(19:02 +0800)
committer
David S. Miller
<davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:55:42 +0000
(16:55 -0700)
This patch changes the return type of crypto_*_reqsize from int to
unsigned int which matches what the underlying type is (and should
be).
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
No differences found