On Thu, Sep 02, 2021 at 09:34:59AM +0100, Giovanni Cabiddu wrote: > Remove packed attribute from structures that do not need to be packed. > These are just used internally and not shared with firmware. > > This also fixes a series of warning when compiling the driver with the > flag -Waddress-of-packed-member, similar to the following: > > drivers/crypto/qat/qat_c62xvf/adf_c62xvf_hw_data.c:102:28: warning: taking address of packed member 'csr_ops' of class or structure 'adf_hw_device_data' may result in an unaligned pointer value > > Signed-off-by: Giovanni Cabiddu <giovanni.cabiddu@xxxxxxxxx> > Reported-by: kernel test robot <lkp@xxxxxxxxx> > Reviewed-by: Wojciech Ziemba <wojciech.ziemba@xxxxxxxxx> > --- > drivers/crypto/qat/qat_common/adf_accel_devices.h | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) 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