Skip to content

Commit a7b716d

Browse files
sumanku3gregkh
authored andcommitted
crypto: qat - fix indentation of macros in qat_hal.c
[ Upstream commit 4963b39 ] 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> Stable-dep-of: e7dcb72 ("crypto: qat - fix firmware loading failure for GEN6 devices") Signed-off-by: Sasha Levin <sashal@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 4e2beac commit a7b716d

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

drivers/crypto/intel/qat/qat_common/qat_hal.c

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
#include "icp_qat_hal.h"
1010
#include "icp_qat_uclo.h"
1111

12-
#define BAD_REGADDR 0xffff
13-
#define MAX_RETRY_TIMES 10000
14-
#define INIT_CTX_ARB_VALUE 0x0
15-
#define INIT_CTX_ENABLE_VALUE 0x0
16-
#define INIT_PC_VALUE 0x0
17-
#define INIT_WAKEUP_EVENTS_VALUE 0x1
18-
#define INIT_SIG_EVENTS_VALUE 0x1
19-
#define INIT_CCENABLE_VALUE 0x2000
20-
#define RST_CSR_QAT_LSB 20
21-
#define RST_CSR_AE_LSB 0
22-
#define MC_TIMESTAMP_ENABLE (0x1 << 7)
12+
#define BAD_REGADDR 0xffff
13+
#define MAX_RETRY_TIMES 10000
14+
#define INIT_CTX_ARB_VALUE 0x0
15+
#define INIT_CTX_ENABLE_VALUE 0x0
16+
#define INIT_PC_VALUE 0x0
17+
#define INIT_WAKEUP_EVENTS_VALUE 0x1
18+
#define INIT_SIG_EVENTS_VALUE 0x1
19+
#define INIT_CCENABLE_VALUE 0x2000
20+
#define RST_CSR_QAT_LSB 20
21+
#define RST_CSR_AE_LSB 0
22+
#define MC_TIMESTAMP_ENABLE (0x1 << 7)
2323

2424
#define IGNORE_W1C_MASK ((~(1 << CE_BREAKPOINT_BITPOS)) & \
2525
(~(1 << CE_CNTL_STORE_PARITY_ERROR_BITPOS)) & \

0 commit comments

Comments
 (0)