diff options
author | Slark Xiao <slark_xiao@163.com> | 2022-07-22 16:20:27 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-07-25 10:52:28 +0100 |
commit | af35f95aca69a86058d480a63f4e096f0220905c (patch) | |
tree | dd31a11b2c726c0f69356fc4258c9bea4dbb1a5c /drivers/net/ethernet/netronome/nfp/bpf/jit.c | |
parent | aa709da0e032cee7c202047ecd75f437bb0126ed (diff) |
nfp: bpf: Fix typo 'the the' in comment
Replace 'the the' with 'the' in the comment.
Signed-off-by: Slark Xiao <slark_xiao@163.com>
Acked-by: Simon Horman <simon.horman@corigine.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/netronome/nfp/bpf/jit.c')
-rw-r--r-- | drivers/net/ethernet/netronome/nfp/bpf/jit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/netronome/nfp/bpf/jit.c b/drivers/net/ethernet/netronome/nfp/bpf/jit.c index e31f8fbbc696..df2ab5cbd49b 100644 --- a/drivers/net/ethernet/netronome/nfp/bpf/jit.c +++ b/drivers/net/ethernet/netronome/nfp/bpf/jit.c @@ -4233,7 +4233,7 @@ static void nfp_bpf_opt_ldst_gather(struct nfp_prog *nfp_prog) } /* If the chain is ended by an load/store pair then this - * could serve as the new head of the the next chain. + * could serve as the new head of the next chain. */ if (curr_pair_is_memcpy(meta1, meta2)) { head_ld_meta = meta1; |