Found by doing duplicate word scan. Signed-off-by: Stephen Hemminger <step...@networkplumber.org> Reviewed-by: Niklas Söderlund <niklas.soderl...@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 372d53746243..2327d4eb7646 100644 --- a/drivers/net/nfp/nfp_ctrl.h +++ b/drivers/net/nfp/nfp_ctrl.h @@ -182,7 +182,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.35.1