Re: [PATCH] crypto: chelsio: make arrays sgl_ent_len and dsgl_ent_len static

2017-12-11 Thread Herbert Xu
On Thu, Nov 30, 2017 at 11:32:08AM +, Colin King wrote: > From: Colin Ian King > > 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 declar

[PATCH] crypto: chelsio: make arrays sgl_ent_len and dsgl_ent_len static

2017-11-30 Thread Colin King
From: Colin Ian King 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_a