On Thu, Nov 30, 2017 at 11:32:08AM +0000, Colin King wrote: > From: Colin Ian King <colin.king@xxxxxxxxxxxxx> > > 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@xxxxxxxxxxxxx> Patch applied. Thanks. -- Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html