projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa709da
)
nfp: bpf: Fix typo 'the the' in comment
author
Slark Xiao
<slark_xiao@163.com>
Fri, 22 Jul 2022 08:20:27 +0000
(16:20 +0800)
committer
David S. Miller
<davem@davemloft.net>
Mon, 25 Jul 2022 09:52:28 +0000
(10:52 +0100)
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>
drivers/net/ethernet/netronome/nfp/bpf/jit.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/netronome/nfp/bpf/jit.c
b/drivers/net/ethernet/netronome/nfp/bpf/jit.c
index e31f8fbbc696d71bd1fb745e975b2402e3a96d6f..df2ab5cbd49bd1ffabb8a464462700bdf8b1d3fe 100644
(file)
--- 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;