crypto/qat: fix ambiguous variable names for CRC
authorDavid Coyle <david.coyle@intel.com>
Thu, 16 Jul 2020 15:34:36 +0000 (16:34 +0100)
committerAkhil Goyal <akhil.goyal@nxp.com>
Sat, 18 Jul 2020 21:30:47 +0000 (23:30 +0200)
commit979b07d8b609d8880585539be913d08750f83f88
tree2408e7a4168e38b6ed6d3225f04cb7b81ac46c27
parent6b048cdfa211de588c2ca77b2040e88b8f45ae6c
crypto/qat: fix ambiguous variable names for CRC

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 <david.coyle@intel.com>
Acked-by: Fiona Trahe <fiona.trahe@intel.com>
drivers/crypto/qat/qat_sym.c
drivers/crypto/qat/qat_sym.h