]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/sfc/sfc_dp.c
net/iavf: enable Rx timestamp on flex descriptor
[dpdk.git] / drivers / net / sfc / sfc_dp.c
index d4cd1625419a8c20a18f190645ed40e18566c50f..da2d1603cf989c739589d9aaf51c3c37908b442f 100644 (file)
@@ -68,7 +68,7 @@ sfc_dp_register(struct sfc_dp_list *head, struct sfc_dp *entry)
 {
        if (sfc_dp_find_by_name(head, entry->type, entry->name) != NULL) {
                SFC_GENERIC_LOG(ERR,
-                       "sfc %s dapapath '%s' already registered",
+                       "sfc %s datapath '%s' already registered",
                        entry->type == SFC_DP_RX ? "Rx" :
                        entry->type == SFC_DP_TX ? "Tx" :
                        "unknown",