linux/drivers/crypto/chelsio
Colin Ian King 8579e0767c crypto: chelsio - make arrays sgl_ent_len and dsgl_ent_len static
The arrays sgl_ent_len and dsgl_ent_len are local to the source and do
not need to be in global scope, so make them static. Also re-format the
declarations to match the following round_constant array declaration
style.

Cleans up sparse warnings:
drivers/crypto/chelsio/chcr_algo.c:76:14: warning: symbol 'sgl_ent_len'
was not declared. Should it be static?
drivers/crypto/chelsio/chcr_algo.c:81:14: warning: symbol 'dsgl_ent_len'
was not declared. Should it be static?

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2017-12-11 22:36:58 +11:00
..
chcr_algo.c crypto: chelsio - make arrays sgl_ent_len and dsgl_ent_len static 2017-12-11 22:36:58 +11:00
chcr_algo.h chcr: Add support for Inline IPSec 2017-11-29 17:33:29 +11:00
chcr_core.c chcr: Add support for Inline IPSec 2017-11-29 17:33:29 +11:00
chcr_core.h chcr: Add support for Inline IPSec 2017-11-29 17:33:29 +11:00
chcr_crypto.h chcr: Add support for Inline IPSec 2017-11-29 17:33:29 +11:00
chcr_ipsec.c chcr: Add support for Inline IPSec 2017-11-29 17:33:29 +11:00
Kconfig chcr: Add support for Inline IPSec 2017-11-29 17:33:29 +11:00
Makefile chcr: Add support for Inline IPSec 2017-11-29 17:33:29 +11:00