[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20190328060700.aytf3lbr4b3jmjlo@gondor.apana.org.au>
Date: Thu, 28 Mar 2019 14:07:00 +0800
From: Herbert Xu <herbert@...dor.apana.org.au>
To: Yue Haibing <yuehaibing@...wei.com>
Cc: davem@...emloft.net, rrichter@...ium.com, jglauber@...ium.com,
linux-kernel@...r.kernel.org, linux-crypto@...r.kernel.org
Subject: Re: [PATCH -next] crypto: zip - Make some functions static
On Tue, Mar 19, 2019 at 09:55:07PM +0800, Yue Haibing wrote:
> From: YueHaibing <yuehaibing@...wei.com>
>
> Fix following sparse warnings:
>
> drivers/crypto/cavium/zip/zip_crypto.c:72:5: warning: symbol 'zip_ctx_init' was not declared. Should it be static?
> drivers/crypto/cavium/zip/zip_crypto.c:110:6: warning: symbol 'zip_ctx_exit' was not declared. Should it be static?
> drivers/crypto/cavium/zip/zip_crypto.c:122:5: warning: symbol 'zip_compress' was not declared. Should it be static?
> drivers/crypto/cavium/zip/zip_crypto.c:158:5: warning: symbol 'zip_decompress' was not declared. Should it be static?
>
> Signed-off-by: YueHaibing <yuehaibing@...wei.com>
> ---
> drivers/crypto/cavium/zip/zip_crypto.c | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
Patch applied. Thanks.
--
Email: Herbert Xu <herbert@...dor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
Powered by blists - more mailing lists