Skip to content

Commit

Permalink
crypto: qat - checkpatch blank lines
Browse files Browse the repository at this point in the history
Fix new checkpatch hits:
CHECK:LINE_SPACING: Please use a blank line after
function/struct/union/enum declarations

Signed-off-by: Bruce Allan <[email protected]>
Signed-off-by: Tadeusz Struk <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
tstruk authored and herbertx committed Aug 1, 2014
1 parent 341b2a3 commit 53275ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/crypto/qat/qat_common/adf_transport_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,15 @@ static inline int adf_bank_debugfs_add(struct adf_etr_bank_data *bank)
{
return 0;
}

#define adf_bank_debugfs_rm(bank) do {} while (0)

static inline int adf_ring_debugfs_add(struct adf_etr_ring_data *ring,
const char *name)
{
return 0;
}

#define adf_ring_debugfs_rm(ring) do {} while (0)
#endif
#endif
1 change: 1 addition & 0 deletions drivers/crypto/qat/qat_common/icp_qat_fw_la.h
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ struct icp_qat_fw_la_resp {
uint64_t opaque_data;
uint32_t resrvd[ICP_QAT_FW_NUM_LONGWORDS_4];
};

#define ICP_QAT_FW_CIPHER_NEXT_ID_GET(cd_ctrl_hdr_t) \
((((cd_ctrl_hdr_t)->next_curr_id_cipher) & \
ICP_QAT_FW_COMN_NEXT_ID_MASK) >> (ICP_QAT_FW_COMN_NEXT_ID_BITPOS))
Expand Down

0 comments on commit 53275ba

Please sign in to comment.