Skip to content

Commit

Permalink
crypto/qat: fix log message typo
Browse files Browse the repository at this point in the history
This patch fixes a typo in the log message for rte_security support.
The typo incorrectly spelled 'enabled' as 'ensabled' in the
log message indicating that rte_security support is enabled.

Fixes: fb3b9f4 ("crypto/qat: rework burst data path")
Cc: stable@dpdk.org

Signed-off-by: Joel Kavanagh <joel.kavanagh@intel.com>
Acked-by: Akhil Goyal <gakhil@marvell.com>
  • Loading branch information
JoelKavanagh authored and Akhil Goyal committed Jul 18, 2024
1 parent 02cd0a8 commit 0d35e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/crypto/qat/qat_sym.c
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ qat_sym_dev_create(struct qat_pci_device *qat_pci_dev)
}

cryptodev->feature_flags |= RTE_CRYPTODEV_FF_SECURITY;
QAT_LOG(INFO, "Device %s rte_security support ensabled", name);
QAT_LOG(INFO, "Device %s rte_security support enabled", name);
} else {
QAT_LOG(INFO, "Device %s rte_security support disabled", name);
}
Expand Down

0 comments on commit 0d35e0d

Please sign in to comment.