bpf: Remove extra whitespace in SPDX tag for syscall/helpers man pages
authorAlejandro Colomar <alx@kernel.org>
Tue, 11 Apr 2023 14:47:47 +0000 (15:47 +0100)
committerDaniel Borkmann <daniel@iogearbox.net>
Tue, 11 Apr 2023 15:45:57 +0000 (17:45 +0200)
commiteafa92152e2ec6318e32b6ddda9c1d95d161000a
tree4db5c02a2b5ffc0e1e80ac3a485ab6b8f67bb9e4
parentc4d3b488a90be95f4f9413dc7eae5fc113d15fe9
bpf: Remove extra whitespace in SPDX tag for syscall/helpers man pages

There is an extra whitespace in the SPDX tag, before the license name,
in the script for generating man pages for the bpf() syscall and the
helpers. It has caused problems in Debian packaging, in the tool that
autodetects licenses. Let's clean it up.

Fixes: 5cb62b7598f2 ("bpf, docs: Use SPDX license identifier in bpf_doc.py")
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Signed-off-by: Quentin Monnet <quentin@isovalent.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20230411144747.66734-1-quentin@isovalent.com
scripts/bpf_doc.py