[dpdk-stable] [PATCH 29/37] net/sfc/base: fix a typo in unicast filter insertion comment

Andrew Rybchenko arybchenko at solarflare.com
Mon Sep 10 11:33:28 CEST 2018


From: Ivan Malov <Ivan.Malov at oktetlabs.ru>

Fixes: e7cd430c864f ("net/sfc/base: import SFN7xxx family support")
Cc: stable at dpdk.org

Signed-off-by: Ivan Malov <Ivan.Malov at oktetlabs.ru>
Signed-off-by: Andrew Rybchenko <arybchenko at solarflare.com>
---
 drivers/net/sfc/base/ef10_filter.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/sfc/base/ef10_filter.c b/drivers/net/sfc/base/ef10_filter.c
index 30a4892df..afe4064d9 100644
--- a/drivers/net/sfc/base/ef10_filter.c
+++ b/drivers/net/sfc/base/ef10_filter.c
@@ -1578,7 +1578,7 @@ ef10_filter_reconfigure(
 	/*
 	 * Insert or renew unicast filters.
 	 *
-	 * Frimware does not perform chaining on unicast filters. As traffic is
+	 * Firmware does not perform chaining on unicast filters. As traffic is
 	 * therefore only delivered to the first matching filter, we should
 	 * always insert the specific filter for our MAC address, to try and
 	 * ensure we get that traffic.
-- 
2.17.1



More information about the stable mailing list