aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/scripts/bpf_doc.py
diff options
context:
space:
mode:
authorThomas Zimmermann <tzimmermann@suse.de>2024-02-26 15:10:55 +0100
committerThomas Zimmermann <tzimmermann@suse.de>2024-02-26 15:12:53 +0100
commitb0fda2fcb472454474b858a06419249d7eca56db (patch)
treeb9e111922464bb944c719a26c49e7fe1edb27095 /scripts/bpf_doc.py
parentdrm/i915: Fix possible null pointer dereference after drm_dbg_printer conversion (diff)
parentMerge v6.8-rc6 into drm-next (diff)
downloadwireguard-linux-b0fda2fcb472454474b858a06419249d7eca56db.tar.xz
wireguard-linux-b0fda2fcb472454474b858a06419249d7eca56db.zip
Merge drm/drm-next into drm-misc-next-fixes
Backmerging from drm/drm-next to prepare drm-misc-next-fixes for the rest of the release cycle. Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Diffstat (limited to 'scripts/bpf_doc.py')
-rwxr-xr-xscripts/bpf_doc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bpf_doc.py b/scripts/bpf_doc.py
index 61b7dddedc46..0669bac5e900 100755
--- a/scripts/bpf_doc.py
+++ b/scripts/bpf_doc.py
@@ -513,7 +513,7 @@ eBPF programs can have an associated license, passed along with the bytecode
instructions to the kernel when the programs are loaded. The format for that
string is identical to the one in use for kernel modules (Dual licenses, such
as "Dual BSD/GPL", may be used). Some helper functions are only accessible to
-programs that are compatible with the GNU Privacy License (GPL).
+programs that are compatible with the GNU General Public License (GNU GPL).
In order to use such helpers, the eBPF program must be loaded with the correct
license string passed (via **attr**) to the **bpf**\\ () system call, and this