summaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorAyush Sawal <ayush.sawal@chelsio.com>2020-10-14 15:38:06 +0530
committerJakub Kicinski <kuba@kernel.org>2020-10-15 09:28:34 -0700
commit0ec78cdb1ab1ab740ee23a260135471f259caf02 (patch)
treee9cfa7499432c557e4833b151cf62403fe72940b /scripts/patch-kernel
parentd25e2e9388eda61b6e298585024ee3355f50c493 (diff)
downloadkernel-0ec78cdb1ab1ab740ee23a260135471f259caf02.tar.gz
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>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions
d6db09c9'>genirq: Provide irq_desc_has_actionThomas Gleixner 2015-07-08hotplug: Prevent alloc/free of irq descriptors during cpu up/downThomas Gleixner 2015-06-26genirq: Implement irq_set_handler_locked()/irq_set_chip_handler_name_locked()Thomas Gleixner 2015-06-26genirq: Introduce helper irq_desc_get_irq()Jiang Liu 2015-06-25genirq: Clean up outdated comments related to include/linux/irqdesc.hJiang Liu 2015-06-12genirq: Introduce struct irq_common_data to host shared irq dataJiang Liu 2015-06-12genirq: Enhance irq_data_to_desc() to support hierarchy irqdomainJiang Liu