]> git.ipfire.org Git - thirdparty/linux.git/commit
crypto: qat - fix indentation of macros in qat_hal.c
authorSuman Kumar Chakraborty <suman.kumar.chakraborty@intel.com>
Thu, 5 Mar 2026 08:58:58 +0000 (08:58 +0000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sun, 15 Mar 2026 04:23:12 +0000 (13:23 +0900)
commit4963b39e3a3feed07fbf4d5cc2b5df8498888285
tree676aee23f2e0f06b3561b934b7c5b82852bc9912
parentf06b4ee3351dee90d422305d164a7aa353c5fdd1
crypto: qat - fix indentation of macros in qat_hal.c

The macros in qat_hal.c were using a mixture of tabs and spaces.
Update all macro indentation to use tabs consistently, matching the
predominant style.

This does not introduce any functional change.

Signed-off-by: Suman Kumar Chakraborty <suman.kumar.chakraborty@intel.com>
Reviewed-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/intel/qat/qat_common/qat_hal.c