> -----Original Message-----
> From: Coyle, David <[email protected]>
> Sent: Thursday, July 16, 2020 4:35 PM
> To: [email protected]; Doherty, Declan <[email protected]>; Trahe,
> Fiona
> <[email protected]>
> Cc: [email protected]; Ryan, Brendan <[email protected]>; O'loingsigh, Mairtin
> <[email protected]>; De Lara Guarch, Pablo
> <[email protected]>; Coyle, David
> <[email protected]>
> Subject: [PATCH v1] crypto/qat: use better variable names in CRC functions
>
> The variable names crc_length and crc_offset have been changed to
> crc_data_len and crc_data_ofs respectively, to make it clearer as to
> their use i.e. the length and offset of the data over which the CRC is
> calculated.
>
> Fixes: 6f0ef237404b ("crypto/qat: support DOCSIS protocol")
>
> Signed-off-by: David Coyle <[email protected]>
Acked-by: Fiona Trahe <[email protected]>