Signed-off-by: John Snow <[email protected]> --- qapi/ebpf.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/qapi/ebpf.json b/qapi/ebpf.json index f0257955fa2..951516b121f 100644 --- a/qapi/ebpf.json +++ b/qapi/ebpf.json @@ -20,8 +20,7 @@ ## # @EbpfObject: -# -# An eBPF ELF object. +# An eBPF ELF object. # # @object: the eBPF object encoded in base64 # @@ -33,8 +32,7 @@ ## # @EbpfProgramID: -# -# The eBPF programs that can be gotten with `request-ebpf`. +# The eBPF programs that can be gotten with `request-ebpf`. # # @rss: Receive side scaling, technology that allows steering traffic # between queues by calculation hash. Users may set up -- 2.55.0
