Skip to content

Commit af35f95

Browse files
SlarkXiaodavem330
authored andcommitted
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>
1 parent aa709da commit af35f95

File tree

1 file changed

+1
-1
lines changed
  • drivers/net/ethernet/netronome/nfp/bpf

1 file changed

+1
-1
lines changed

drivers/net/ethernet/netronome/nfp/bpf/jit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4233,7 +4233,7 @@ static void nfp_bpf_opt_ldst_gather(struct nfp_prog *nfp_prog)
42334233
}
42344234

42354235
/* If the chain is ended by an load/store pair then this
4236-
* could serve as the new head of the the next chain.
4236+
* could serve as the new head of the next chain.
42374237
*/
42384238
if (curr_pair_is_memcpy(meta1, meta2)) {
42394239
head_ld_meta = meta1;

0 commit comments

Comments
 (0)