]> git.baikalelectronics.ru Git - kernel.git/commit
cxgb4/ch_ipsec: Replace the module name to ch_ipsec from chcr
authorAyush Sawal <ayush.sawal@chelsio.com>
Wed, 14 Oct 2020 10:08:06 +0000 (15:38 +0530)
committerJakub Kicinski <kuba@kernel.org>
Thu, 15 Oct 2020 16:28:34 +0000 (09:28 -0700)
commit9fb830c459469de143c4938a586fff0b882e4a66
treee9cfa7499432c557e4833b151cf62403fe72940b
parent75504db7f3ba1d17ad039aee1124fcff37e2a6b9
cxgb4/ch_ipsec: Replace the module name to ch_ipsec from chcr

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.

V2->V3:
Fix the checkpatch.pl warnings.

Fixes: 99cd54207da3 ("crypto/chcr: Moving chelsio's inline ipsec functionality to /drivers/net")
Signed-off-by: Ayush Sawal <ayush.sawal@chelsio.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/crypto/chelsio/chcr_core.h
drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/chcr_ipsec.c