On Mon, Sep 25, 2023 at 08:17:51AM -0700, Chang S. Bae wrote: > Currently, every field in struct aesni_xts_ctx is defined as a byte > array of the same size as struct crypto_aes_ctx. This data type > is obscure and the choice lacks justification. > > To rectify this, update the field type in struct aesni_xts_ctx to > match its actual structure. > > Suggested-by: Eric Biggers <ebiggers@xxxxxxxxxx> > Signed-off-by: Chang S. Bae <chang.seok.bae@xxxxxxxxx> > Cc: linux-crypto@xxxxxxxxxxxxxxx > Cc: x86@xxxxxxxxxx > Cc: linux-kernel@xxxxxxxxxxxxxxx > Link: https://lore.kernel.org/all/ZFWQ4sZEVu%2FLHq+Q@xxxxxxxxx/ Please put the "Link" directly after the Suggested-by to make it clear that the link is for the suggestion. Thanks! - Eric