mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
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 <[email protected]> Signed-off-by: Daniel Borkmann <[email protected]> Acked-by: Yonghong Song <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
This commit is contained in:
committed by
Daniel Borkmann
parent
fc5eb4a84e
commit
dac045fc9f
+1
-1
@@ -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",
|
||||
{ },
|
||||
|
||||
Reference in New Issue
Block a user