From: Chen Pei Date: Mon, 15 Apr 2024 08:19:28 +0000 (+0800) Subject: bpf, tests: Fix typos in comments X-Git-Tag: v6.10-rc1~153^2~131^2~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dac045fc9fa653e250f991ea8350b32cfec690d2;p=thirdparty%2Flinux.git bpf, tests: Fix typos in comments Currently, there are two comments with same name "64-bit ATOMIC magnitudes", the second one should be "32-bit ATOMIC magnitudes" based on the context. Signed-off-by: Chen Pei Signed-off-by: Daniel Borkmann Acked-by: Yonghong Song Link: https://lore.kernel.org/bpf/20240415081928.17440-1-cp0613@linux.alibaba.com --- diff --git a/lib/test_bpf.c b/lib/test_bpf.c index 569e6d2dc55c7..207ff87194db7 100644 --- a/lib/test_bpf.c +++ b/lib/test_bpf.c @@ -13431,7 +13431,7 @@ static struct bpf_test tests[] = { .stack_depth = 8, .nr_testruns = NR_PATTERN_RUNS, }, - /* 64-bit atomic magnitudes */ + /* 32-bit atomic magnitudes */ { "ATOMIC_W_ADD: all operand magnitudes", { },