From: Stephen Hemminger Date: Fri, 19 Jul 2019 17:49:36 +0000 (-0700) Subject: uapi: fix bpf comment typo X-Git-Tag: v5.3.0~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51a8f9f8fb9ec3189938a7e2aa6b2b58bee0ffa7;p=thirdparty%2Fiproute2.git uapi: fix bpf comment typo From upstream. Signed-off-by: Stephen Hemminger --- diff --git a/include/uapi/linux/bpf.h b/include/uapi/linux/bpf.h index 4c9551721..bf39f61b0 100644 --- a/include/uapi/linux/bpf.h +++ b/include/uapi/linux/bpf.h @@ -806,7 +806,7 @@ union bpf_attr { * based on a user-provided identifier for all traffic coming from * the tasks belonging to the related cgroup. See also the related * kernel documentation, available from the Linux sources in file - * *Documentation/cgroup-v1/net_cls.rst*. + * *Documentation/admin-guide/cgroup-v1/net_cls.rst*. * * The Linux kernel has two versions for cgroups: there are * cgroups v1 and cgroups v2. Both are available to users, who can