On Thu, 2020-09-17 at 18:58 +0530, Srujana Challa wrote:
>
>
> +int rvu_mbox_handler_nix_inline_ipsec_lf_cfg(struct rvu *rvu,
>
> + struct nix_inline_ipsec_lf_cfg *req, struct msg_rsp
>
Can you do something about this code alignment ?
checkpatch outputs:
---------------------------------------------------------------------
---
Commit c5f9e5da557f ("octeontx2-af: add support to manage the CPT
unit")
---------------------------------------------------------------------
---
CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#958: FILE: drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c:3454:
+int rvu_mbox_handler_nix_inline_ipsec_lf_cfg(struct rvu *rvu,
+ struct nix_inline_ipsec_lf_cfg *req, struct msg_rsp
*rsp)
WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal
patch author 'Srujana <[email protected]>'