bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] kernel: bpf: delete repeated words in comments
@ 2020-08-07  3:31 Randy Dunlap
  2020-08-07 17:03 ` Daniel Borkmann
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2020-08-07  3:31 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Alexei Starovoitov, Daniel Borkmann, netdev, bpf

Drop repeated words in kernel/bpf/.
{has, the}

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Alexei Starovoitov <ast@kernel.org>
Cc: Daniel Borkmann <daniel@iogearbox.net>
Cc: netdev@vger.kernel.org
Cc: bpf@vger.kernel.org
---
 kernel/bpf/core.c     |    2 +-
 kernel/bpf/verifier.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- linux-next-20200806.orig/kernel/bpf/core.c
+++ linux-next-20200806/kernel/bpf/core.c
@@ -1966,7 +1966,7 @@ void bpf_prog_array_delete_safe(struct b
  * @index: the index of the program to replace
  *
  * 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:
  * * 0		- Success
--- linux-next-20200806.orig/kernel/bpf/verifier.c
+++ linux-next-20200806/kernel/bpf/verifier.c
@@ -8294,7 +8294,7 @@ static bool stacksafe(struct bpf_func_st
 		if (old->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
-			 * this stack slot, but current has has STACK_MISC ->
+			 * this stack slot, but current has STACK_MISC ->
 			 * this verifier states are not equivalent,
 			 * return false to continue verification of this path
 			 */

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] kernel: bpf: delete repeated words in comments
  2020-08-07  3:31 [PATCH] kernel: bpf: delete repeated words in comments Randy Dunlap
@ 2020-08-07 17:03 ` Daniel Borkmann
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Borkmann @ 2020-08-07 17:03 UTC (permalink / raw)
  To: Randy Dunlap, linux-kernel; +Cc: Alexei Starovoitov, netdev, bpf

On 8/7/20 5:31 AM, Randy Dunlap wrote:
> Drop repeated words in kernel/bpf/.
> {has, the}
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Alexei Starovoitov <ast@kernel.org>
> Cc: Daniel Borkmann <daniel@iogearbox.net>
> Cc: netdev@vger.kernel.org
> Cc: bpf@vger.kernel.org

Applied, thanks!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-08-07 17:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-07  3:31 [PATCH] kernel: bpf: delete repeated words in comments Randy Dunlap
2020-08-07 17:03 ` Daniel Borkmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).