On Mon, 12 Oct 2020 12:22:31 +0530 Ayush Sawal wrote:
> This patch changes the module name to "ch_ipsec" and prepends
> "ch_ipsec" string instead of "chcr" in all debug messages and function names.
> 
> V1->V2:
> -Removed inline keyword from functions.
> -Removed CH_IPSEC prefix from pr_debug.
> -Used proper indentation for the continuation line of the function
> arguments.
> 
> Fixes: 1b77be463929 ("crypto/chcr: Moving chelsio's inline ipsec 
> functionality to /drivers/net")
> Signed-off-by: Ayush Sawal <ayush.sa...@chelsio.com>

Checkpatch complains about bad indentation:

CHECK: Alignment should match open parenthesis
#282: FILE: 
drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/chcr_ipsec.c:408:
+static void *copy_esn_pktxt(struct sk_buff *skb,
+                    struct net_device *dev,

CHECK: Alignment should match open parenthesis
#297: FILE: 
drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/chcr_ipsec.c:462:
+static void *copy_cpltx_pktxt(struct sk_buff *skb,
+                      struct net_device *dev,

CHECK: Alignment should match open parenthesis
#312: FILE: 
drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/chcr_ipsec.c:506:
+static void *copy_key_cpltx_pktxt(struct sk_buff *skb,
+                          struct net_device *dev,

CHECK: Alignment should match open parenthesis
#328: FILE: 
drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/chcr_ipsec.c:554:
+static void *ch_ipsec_crypto_wreq(struct sk_buff *skb,
+                          struct net_device *dev,

Reply via email to