Message ID | 854e410df660c62e4e4c8f22c4ae9c6f6594f4a1.1631785820.git.mchehab+huawei@kernel.org (mailing list archive) |
---|---|
State | Changes Requested |
Delegated to: | BPF |
Headers | show |
Series | Fix some issues at documentation | expand |
Context | Check | Description |
---|---|---|
bpf/vmtest-bpf-next | fail | VM_Test |
bpf/vmtest-bpf-next-PR | fail | PR summary |
bpf/vmtest-bpf | success | VM_Test |
bpf/vmtest-bpf-PR | success | PR summary |
On Thu, Sep 16, 2021 at 2:55 AM Mauro Carvalho Chehab <mchehab+huawei@kernel.org> wrote: > > Changeset d20b41115ad5 ("libbpf: Rename libbpf documentation index file") > renamed: Documentation/bpf/libbpf/libbpf.rst > to: Documentation/bpf/libbpf/index.rst. > > Update its cross-reference accordingly. > > Fixes: d20b41115ad5 ("libbpf: Rename libbpf documentation index file") > Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> > --- Thanks! Acked-by: Andrii Nakryiko <andrii@kernel.org> > Documentation/bpf/index.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/bpf/index.rst b/Documentation/bpf/index.rst > index 1ceb5d704a97..817a201a1282 100644 > --- a/Documentation/bpf/index.rst > +++ b/Documentation/bpf/index.rst > @@ -15,7 +15,7 @@ that goes into great technical depth about the BPF Architecture. > libbpf > ====== > > -Documentation/bpf/libbpf/libbpf.rst is a userspace library for loading and interacting with bpf programs. > +Documentation/bpf/libbpf/index.rst is a userspace library for loading and interacting with bpf programs. > > BPF Type Format (BTF) > ===================== > -- > 2.31.1 >
diff --git a/Documentation/bpf/index.rst b/Documentation/bpf/index.rst index 1ceb5d704a97..817a201a1282 100644 --- a/Documentation/bpf/index.rst +++ b/Documentation/bpf/index.rst @@ -15,7 +15,7 @@ that goes into great technical depth about the BPF Architecture. libbpf ====== -Documentation/bpf/libbpf/libbpf.rst is a userspace library for loading and interacting with bpf programs. +Documentation/bpf/libbpf/index.rst is a userspace library for loading and interacting with bpf programs. BPF Type Format (BTF) =====================
Changeset d20b41115ad5 ("libbpf: Rename libbpf documentation index file") renamed: Documentation/bpf/libbpf/libbpf.rst to: Documentation/bpf/libbpf/index.rst. Update its cross-reference accordingly. Fixes: d20b41115ad5 ("libbpf: Rename libbpf documentation index file") Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> --- Documentation/bpf/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)