Message ID | 20230411144747.66734-1-quentin@isovalent.com (mailing list archive) |
---|---|
State | Accepted |
Commit | eafa92152e2ec6318e32b6ddda9c1d95d161000a |
Delegated to: | BPF |
Headers | show |
Series | [bpf-next] bpf: Remove extra whitespace in SPDX tag for syscall/helpers man pages | expand |
Hello: This patch was applied to bpf/bpf-next.git (master) by Daniel Borkmann <daniel@iogearbox.net>: On Tue, 11 Apr 2023 15:47:47 +0100 you wrote: > From: Alejandro Colomar <alx@kernel.org> > > 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. > > [...] Here is the summary with links: - [bpf-next] bpf: Remove extra whitespace in SPDX tag for syscall/helpers man pages https://git.kernel.org/bpf/bpf-next/c/eafa92152e2e You are awesome, thank you!
diff --git a/scripts/bpf_doc.py b/scripts/bpf_doc.py index 38d51e05c7a2..eaae2ce78381 100755 --- a/scripts/bpf_doc.py +++ b/scripts/bpf_doc.py @@ -383,7 +383,7 @@ class PrinterRST(Printer): .. Copyright (C) All BPF authors and contributors from 2014 to present. .. See git log include/uapi/linux/bpf.h in kernel tree for details. .. -.. SPDX-License-Identifier: Linux-man-pages-copyleft +.. SPDX-License-Identifier: Linux-man-pages-copyleft .. .. Please do not edit this file. It was generated from the documentation .. located in file include/uapi/linux/bpf.h of the Linux kernel sources