[PATCH v4 12/19] remove repeated word 'that'
Stephen Hemminger
stephen at networkplumber.org
Wed Feb 22 17:25:32 CET 2023
Found by doing duplicate word scan.
Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
Reviewed-by: Niklas Söderlund <niklas.soderlund at corigine.com>
---
drivers/net/nfp/nfp_ctrl.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/nfp/nfp_ctrl.h b/drivers/net/nfp/nfp_ctrl.h
index 1069ff948555..2269925b74cf 100644
--- a/drivers/net/nfp/nfp_ctrl.h
+++ b/drivers/net/nfp/nfp_ctrl.h
@@ -196,7 +196,7 @@
* Reuse spare address to contain the offset from the start of
* the host buffer where the first byte of the received frame
* will land. Any metadata will come prior to that offset. If the
- * value in this field is 0, it means that that the metadata will
+ * value in this field is 0, it means that the metadata will
* always land starting at the first byte of the host buffer and
* packet data will immediately follow the metadata. As always,
* the RX descriptor indicates the presence or absence of metadata
--
2.39.1
More information about the dev
mailing list