crypto: hisilicon/qm - fix coding style issues
authorWeili Qian <qianweili@huawei.com>
Thu, 9 Feb 2023 12:36:17 +0000 (20:36 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 14 Feb 2023 05:39:33 +0000 (13:39 +0800)
commitced18fd1794787d57acff1a4d1b2816d5ec99fbc
tree2461044a87ef0149054b7edf214e7896a4446dc5
parent9b4eb8f8b8eccc313663a99904dcfe2660c41b6c
crypto: hisilicon/qm - fix coding style issues

1. Remove extra blank lines.
2. Remove extra spaces.
3. Use spaces instead of tabs around '=' and '\',
to ensure consistent coding styles.
4. Macros should be capital letters, change 'QM_SQC_VFT_NUM_MASK_v2'
to 'QM_SQC_VFT_NUM_MASK_V2'.

Signed-off-by: Weili Qian <qianweili@huawei.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/hisilicon/qm.c
drivers/crypto/hisilicon/sgl.c