Signed-off-by: John Snow <[email protected]> --- qapi/ebpf.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/qapi/ebpf.json b/qapi/ebpf.json index 951516b121f..1f7a4d5c126 100644 --- a/qapi/ebpf.json +++ b/qapi/ebpf.json @@ -47,10 +47,10 @@ ## # @request-ebpf: -# -# Retrieve an eBPF object that can be loaded with libbpf. Management -# applications (e.g. libvirt) may load it and pass file descriptors to -# QEMU, so they can run running QEMU without BPF capabilities. +# Retrieve an eBPF object that can be loaded with libbpf. +# Management applications (e.g. libvirt) may load it and pass file +# descriptors to QEMU, so they can run running QEMU without BPF +# capabilities. # # @id: The ID of the program to return. # -- 2.55.0
