[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251014023450.1023-4-chuguangqing@inspur.com>
Date: Tue, 14 Oct 2025 10:34:48 +0800
From: Chu Guangqing <chuguangqing@...pur.com>
To: <ast@...nel.org>, <daniel@...earbox.net>, <andrii@...nel.org>,
<martin.lau@...ux.dev>, <eddyz87@...il.com>, <song@...nel.org>,
<yonghong.song@...ux.dev>, <john.fastabend@...il.com>, <kpsingh@...nel.org>,
<sdf@...ichev.me>, <haoluo@...gle.com>, <jolsa@...nel.org>,
<kwankhede@...dia.com>
CC: <bpf@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<kvm@...r.kernel.org>, Chu Guangqing <chuguangqing@...pur.com>
Subject: [PATCH 3/5] samples/bpf: Fix a spelling typo in tracex1.bpf.c
This patch fixes a spelling typo in tracex1.bpf.c
Signed-off-by: Chu Guangqing <chuguangqing@...pur.com>
---
samples/bpf/tracex1.bpf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/samples/bpf/tracex1.bpf.c b/samples/bpf/tracex1.bpf.c
index 0ab39d76ff8f..ceedf0b1d479 100644
--- a/samples/bpf/tracex1.bpf.c
+++ b/samples/bpf/tracex1.bpf.c
@@ -20,7 +20,7 @@ SEC("kprobe.multi/__netif_receive_skb_core*")
int bpf_prog1(struct pt_regs *ctx)
{
/* attaches to kprobe __netif_receive_skb_core,
- * looks for packets on loobpack device and prints them
+ * looks for packets on loopback device and prints them
* (wildcard is used for avoiding symbol mismatch due to optimization)
*/
char devname[IFNAMSIZ];
--
2.47.3
Powered by blists - more mailing lists