Commit b8c1a309 authored by Randy Dunlap's avatar Randy Dunlap Committed by Daniel Borkmann

bpf: Delete repeated words in comments

Drop repeated words in kernel/bpf/: {has, the}
Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarDaniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20200807033141.10437-1-rdunlap@infradead.org
parent d5ca5905
...@@ -1966,7 +1966,7 @@ void bpf_prog_array_delete_safe(struct bpf_prog_array *array, ...@@ -1966,7 +1966,7 @@ void bpf_prog_array_delete_safe(struct bpf_prog_array *array,
* @index: the index of the program to replace * @index: the index of the program to replace
* *
* Skips over dummy programs, by not counting them, when calculating * Skips over dummy programs, by not counting them, when calculating
* the the position of the program to replace. * the position of the program to replace.
* *
* Return: * Return:
* * 0 - Success * * 0 - Success
......
...@@ -8294,7 +8294,7 @@ static bool stacksafe(struct bpf_func_state *old, ...@@ -8294,7 +8294,7 @@ static bool stacksafe(struct bpf_func_state *old,
if (old->stack[spi].slot_type[i % BPF_REG_SIZE] != if (old->stack[spi].slot_type[i % BPF_REG_SIZE] !=
cur->stack[spi].slot_type[i % BPF_REG_SIZE]) cur->stack[spi].slot_type[i % BPF_REG_SIZE])
/* Ex: old explored (safe) state has STACK_SPILL in /* Ex: old explored (safe) state has STACK_SPILL in
* this stack slot, but current has has STACK_MISC -> * this stack slot, but current has STACK_MISC ->
* this verifier states are not equivalent, * this verifier states are not equivalent,
* return false to continue verification of this path * return false to continue verification of this path
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment