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

crypto: qat - checkpatch blank lines

Fix new checkpatch hits:
CHECK:LINE_SPACING: Please use a blank line after
function/struct/union/enum declarations

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

authored by

Tadeusz Struk and committed by
Herbert Xu
53275baa 341b2a35

+4
+3
drivers/crypto/qat/qat_common/adf_transport_internal.h
··· 104 104 { 105 105 return 0; 106 106 } 107 + 107 108 #define adf_bank_debugfs_rm(bank) do {} while (0) 109 + 108 110 static inline int adf_ring_debugfs_add(struct adf_etr_ring_data *ring, 109 111 const char *name) 110 112 { 111 113 return 0; 112 114 } 115 + 113 116 #define adf_ring_debugfs_rm(ring) do {} while (0) 114 117 #endif 115 118 #endif
+1
drivers/crypto/qat/qat_common/icp_qat_fw_la.h
··· 358 358 uint64_t opaque_data; 359 359 uint32_t resrvd[ICP_QAT_FW_NUM_LONGWORDS_4]; 360 360 }; 361 + 361 362 #define ICP_QAT_FW_CIPHER_NEXT_ID_GET(cd_ctrl_hdr_t) \ 362 363 ((((cd_ctrl_hdr_t)->next_curr_id_cipher) & \ 363 364 ICP_QAT_FW_COMN_NEXT_ID_MASK) >> (ICP_QAT_FW_COMN_NEXT_ID_BITPOS))