mirror of
https://github.com/netdata/libbpf.git
synced 2026-04-05 16:19:06 +08:00
bpf: Drop duplicated words in uapi helper comments
Drop doubled words "will" and "attach". Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Link: https://lore.kernel.org/bpf/6b9f71ae-4f8e-0259-2c5d-187ddaefe6eb@infradead.org
This commit is contained in:
committed by
Andrii Nakryiko
parent
4a5aecf034
commit
f9f5f054d2
@@ -2420,7 +2420,7 @@ union bpf_attr {
|
|||||||
* Look for an IPv6 socket.
|
* Look for an IPv6 socket.
|
||||||
*
|
*
|
||||||
* If the *netns* is a negative signed 32-bit integer, then the
|
* If the *netns* is a negative signed 32-bit integer, then the
|
||||||
* socket lookup table in the netns associated with the *ctx* will
|
* socket lookup table in the netns associated with the *ctx*
|
||||||
* will be used. For the TC hooks, this is the netns of the device
|
* will be used. For the TC hooks, this is the netns of the device
|
||||||
* in the skb. For socket hooks, this is the netns of the socket.
|
* in the skb. For socket hooks, this is the netns of the socket.
|
||||||
* If *netns* is any other signed 32-bit value greater than or
|
* If *netns* is any other signed 32-bit value greater than or
|
||||||
@@ -2457,7 +2457,7 @@ union bpf_attr {
|
|||||||
* Look for an IPv6 socket.
|
* Look for an IPv6 socket.
|
||||||
*
|
*
|
||||||
* If the *netns* is a negative signed 32-bit integer, then the
|
* If the *netns* is a negative signed 32-bit integer, then the
|
||||||
* socket lookup table in the netns associated with the *ctx* will
|
* socket lookup table in the netns associated with the *ctx*
|
||||||
* will be used. For the TC hooks, this is the netns of the device
|
* will be used. For the TC hooks, this is the netns of the device
|
||||||
* in the skb. For socket hooks, this is the netns of the socket.
|
* in the skb. For socket hooks, this is the netns of the socket.
|
||||||
* If *netns* is any other signed 32-bit value greater than or
|
* If *netns* is any other signed 32-bit value greater than or
|
||||||
@@ -4000,7 +4000,7 @@ struct bpf_link_info {
|
|||||||
|
|
||||||
/* User bpf_sock_addr struct to access socket fields and sockaddr struct passed
|
/* User bpf_sock_addr struct to access socket fields and sockaddr struct passed
|
||||||
* by user and intended to be used by socket (e.g. to bind to, depends on
|
* by user and intended to be used by socket (e.g. to bind to, depends on
|
||||||
* attach attach type).
|
* attach type).
|
||||||
*/
|
*/
|
||||||
struct bpf_sock_addr {
|
struct bpf_sock_addr {
|
||||||
__u32 user_family; /* Allows 4-byte read, but no write. */
|
__u32 user_family; /* Allows 4-byte read, but no write. */
|
||||||
|
|||||||
Reference in New Issue
Block a user