summaryrefslogtreecommitdiff
path: root/crypto/lz4.c
diff options
context:
space:
mode:
authorStephan Mueller <smueller@chronox.de>2014-08-26 09:32:24 +0200
committerHerbert Xu <herbert@gondor.apana.org.au>2014-08-26 15:33:28 +0800
commit79964f3cea81c4a4af666e42be945273a83c55d9 (patch)
tree0cfe46c0d63b244091b5fb97bea39953a4301ecf /crypto/lz4.c
parentf5af726d847fe48c4b48b4959b1cbf2e7b5b4ba8 (diff)
downloadlinux-crypto-79964f3cea81c4a4af666e42be945273a83c55d9.tar.gz
linux-crypto-79964f3cea81c4a4af666e42be945273a83c55d9.zip
crypto: drbg - fix sparse warning for cpu_to_be[32|64]
The sparse tool complained that the cpu_to_be[32|64] functions return __be[32|64] instead of __u32 or __u64. The patch replaces the __u32 and __u64 with __be32 and __be64. Reported-by: kbuild test robot <fengguang.wu@intel.com> Signed-off-by: Stephan Mueller <smueller@chronox.de> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/lz4.c')
0 files changed, 0 insertions, 0 deletions