File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3451,7 +3451,7 @@ __bpf_kfunc int bpf_strrchr(const char *s__ign, int c)
3451
3451
}
3452
3452
3453
3453
/**
3454
- * bpf_strlen - Calculate the length of a length-limited string
3454
+ * bpf_strnlen - Calculate the length of a length-limited string
3455
3455
* @s__ign: The string
3456
3456
* @count: The maximum number of characters to count
3457
3457
*
@@ -3541,8 +3541,8 @@ __bpf_kfunc int bpf_strspn(const char *s__ign, const char *accept__ign)
3541
3541
}
3542
3542
3543
3543
/**
3544
- * strcspn - Calculate the length of the initial substring of @s__ign which
3545
- * does not contain letters in @reject__ign
3544
+ * bpf_strcspn - Calculate the length of the initial substring of @s__ign which
3545
+ * does not contain letters in @reject__ign
3546
3546
* @s__ign: The string to be searched
3547
3547
* @reject__ign: The string to search for
3548
3548
*
You can’t perform that action at this time.
0 commit comments