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)
commit0ec78cdb1ab1ab740ee23a260135471f259caf02
treee9cfa7499432c557e4833b151cf62403fe72940b
parentd25e2e9388eda61b6e298585024ee3355f50c493
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: 1b77be463929 ("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