-
Notifications
You must be signed in to change notification settings - Fork 5
libbpf: fix some incorrect @param descriptions in the comment of libbpf.h #6385
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libbpf: fix some incorrect @param descriptions in the comment of libbpf.h #6385
Conversation
|
Upstream branch: 4722981 |
86f62c3 to
c8a7e22
Compare
|
Upstream branch: 7dc211c |
ba2e143 to
b26522b
Compare
c8a7e22 to
c919396
Compare
|
Upstream branch: ec12ab2 |
b26522b to
f6c3e8d
Compare
c919396 to
73c6b0b
Compare
|
Upstream branch: d6ec090 |
f6c3e8d to
5bb597b
Compare
73c6b0b to
0bdd2b9
Compare
|
Upstream branch: d6ec090 |
5bb597b to
dca94cb
Compare
0bdd2b9 to
729c7ba
Compare
|
Upstream branch: d088da9 |
dca94cb to
3cf7dfb
Compare
729c7ba to
623bab9
Compare
|
Upstream branch: e0940c6 |
3cf7dfb to
de7cd46
Compare
623bab9 to
fe03c14
Compare
|
Upstream branch: 792f258 |
de7cd46 to
6aa0b2d
Compare
fe03c14 to
65bfb85
Compare
|
Upstream branch: 878ee3c |
6aa0b2d to
dca17b7
Compare
65bfb85 to
b1f8b58
Compare
|
Upstream branch: 8f7cf30 |
744d7b9 to
8b326a1
Compare
fb42a92 to
3282beb
Compare
|
Upstream branch: c427320 |
8b326a1 to
21542b5
Compare
3282beb to
067f842
Compare
|
Upstream branch: fad8040 |
21542b5 to
9b3cba6
Compare
067f842 to
3bd2c43
Compare
|
Upstream branch: acf8726 |
9b3cba6 to
b11a8f8
Compare
3bd2c43 to
71c4be1
Compare
|
Upstream branch: 4617b30 |
b11a8f8 to
5ab51b3
Compare
71c4be1 to
9b3817c
Compare
|
Upstream branch: 590699d |
5ab51b3 to
279b45b
Compare
9b3817c to
90dfd48
Compare
…pf.h There are some incorrect @param descriptions in the comment of libbpf.h file. The following is a case: /** * @brief **bpf_link__unpin()** unpins the BPF link from a file * in the BPFFS specified by a path. This decrements the links * reference count. * * The file pinning the BPF link can also be unlinked by a different * process in which case this function will return an error. * * @param prog BPF program to unpin * @param path file path to the pin in a BPF file system * @return 0, on success; negative error code, otherwise */ LIBBPF_API int bpf_link__unpin(struct bpf_link *link); In the parameters of the bpf_link__unpin() function, there are no 'prog' and 'path' parameters. This patch fixes this kind of issues present in the comments of the libbpf.h file. Signed-off-by: Jianyun Gao <[email protected]>
|
Upstream branch: f2cb066 |
279b45b to
2b9a297
Compare
ae9b520 to
399fdcb
Compare
|
At least one diff in series https://patchwork.kernel.org/project/netdevbpf/list/?series=1024626 irrelevant now. Closing PR. |
Pull request for series with
subject: libbpf: fix some incorrect @param descriptions in the comment of libbpf.h
version: 1
url: https://patchwork.kernel.org/project/netdevbpf/list/?series=1024626