Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

samples/bpf: Fix double word in comments

Remove the repeated word "by" in comments.

Signed-off-by: Shaomin Deng <dengshaomin@cdjrlc.com>
Link: https://lore.kernel.org/r/20221017142303.8299-1-dengshaomin@cdjrlc.com
Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>

authored by

Shaomin Deng and committed by
Martin KaFai Lau
01dea954 7a698edf

+1 -1
+1 -1
samples/bpf/hbm_edt_kern.c
··· 35 35 * 36 36 * If the credit is below the drop threshold, the packet is dropped. If it 37 37 * is a TCP packet, then it also calls tcp_cwr since packets dropped by 38 - * by a cgroup skb BPF program do not automatically trigger a call to 38 + * a cgroup skb BPF program do not automatically trigger a call to 39 39 * tcp_cwr in the current kernel code. 40 40 * 41 41 * This BPF program actually uses 2 drop thresholds, one threshold