netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] bpf: fix comment typo
@ 2017-04-08 20:08 Alexander Alemayhu
  2017-04-08 22:06 ` Daniel Borkmann
  2017-04-10  1:26 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Alexander Alemayhu @ 2017-04-08 20:08 UTC (permalink / raw)
  To: netdev; +Cc: daniel, ast, Alexander Alemayhu

o s/bpf_bpf_get_socket_cookie/bpf_get_socket_cookie

Signed-off-by: Alexander Alemayhu <alexander@alemayhu.com>
---
 include/uapi/linux/bpf.h       | 2 +-
 tools/include/uapi/linux/bpf.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/uapi/linux/bpf.h b/include/uapi/linux/bpf.h
index a1d95386f562..1e062bb54eec 100644
--- a/include/uapi/linux/bpf.h
+++ b/include/uapi/linux/bpf.h
@@ -472,7 +472,7 @@ union bpf_attr {
  *       > 0 length of the string including the trailing NUL on success
  *       < 0 error
  *
- * u64 bpf_bpf_get_socket_cookie(skb)
+ * u64 bpf_get_socket_cookie(skb)
  *     Get the cookie for the socket stored inside sk_buff.
  *     @skb: pointer to skb
  *     Return: 8 Bytes non-decreasing number on success or 0 if the socket
diff --git a/tools/include/uapi/linux/bpf.h b/tools/include/uapi/linux/bpf.h
index a1d95386f562..1e062bb54eec 100644
--- a/tools/include/uapi/linux/bpf.h
+++ b/tools/include/uapi/linux/bpf.h
@@ -472,7 +472,7 @@ union bpf_attr {
  *       > 0 length of the string including the trailing NUL on success
  *       < 0 error
  *
- * u64 bpf_bpf_get_socket_cookie(skb)
+ * u64 bpf_get_socket_cookie(skb)
  *     Get the cookie for the socket stored inside sk_buff.
  *     @skb: pointer to skb
  *     Return: 8 Bytes non-decreasing number on success or 0 if the socket
-- 
2.7.4

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

* Re: [PATCH net-next] bpf: fix comment typo
  2017-04-08 20:08 [PATCH net-next] bpf: fix comment typo Alexander Alemayhu
@ 2017-04-08 22:06 ` Daniel Borkmann
  2017-04-10  1:26 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: Daniel Borkmann @ 2017-04-08 22:06 UTC (permalink / raw)
  To: Alexander Alemayhu, netdev; +Cc: ast

On 04/08/2017 10:08 PM, Alexander Alemayhu wrote:
> o s/bpf_bpf_get_socket_cookie/bpf_get_socket_cookie
>
> Signed-off-by: Alexander Alemayhu <alexander@alemayhu.com>

Acked-by: Daniel Borkmann <daniel@iogearbox.net>

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

* Re: [PATCH net-next] bpf: fix comment typo
  2017-04-08 20:08 [PATCH net-next] bpf: fix comment typo Alexander Alemayhu
  2017-04-08 22:06 ` Daniel Borkmann
@ 2017-04-10  1:26 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2017-04-10  1:26 UTC (permalink / raw)
  To: alexander; +Cc: netdev, daniel, ast

From: Alexander Alemayhu <alexander@alemayhu.com>
Date: Sat,  8 Apr 2017 22:08:10 +0200

> o s/bpf_bpf_get_socket_cookie/bpf_get_socket_cookie
> 
> Signed-off-by: Alexander Alemayhu <alexander@alemayhu.com>

Applied.

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

end of thread, other threads:[~2017-04-10  1:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-08 20:08 [PATCH net-next] bpf: fix comment typo Alexander Alemayhu
2017-04-08 22:06 ` Daniel Borkmann
2017-04-10  1:26 ` David Miller

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).