Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

crypto: qat - fix checkpatch CHECK_SPACING issues

Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

authored by

Allan, Bruce W and committed by
Herbert Xu
304989fe 754a90d3

+1 -1
+1 -1
drivers/crypto/qat/qat_common/icp_qat_hw.h
··· 145 145 }; 146 146 147 147 #define QAT_HW_DEFAULT_ALIGNMENT 8 148 - #define QAT_HW_ROUND_UP(val, n) (((val) + ((n)-1)) & (~(n-1))) 148 + #define QAT_HW_ROUND_UP(val, n) (((val) + ((n) - 1)) & (~(n - 1))) 149 149 #define ICP_QAT_HW_NULL_STATE1_SZ 32 150 150 #define ICP_QAT_HW_MD5_STATE1_SZ 16 151 151 #define ICP_QAT_HW_SHA1_STATE1_SZ 20