diff options
author | Jakub Kicinski <kuba@kernel.org> | 2023-12-14 17:57:35 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-12-15 12:17:16 +0000 |
commit | b059aef76c519226730dd18777c0e15dad4fae21 (patch) | |
tree | fb169c095b255952c92518b8cc4360ab5ae4bcab /include | |
parent | 209bcb9af8f166ed6ed81dd550d41b8b64b2ac09 (diff) |
netlink: specs: mptcp: rename the MPTCP path management spec
We assume in handful of places that the name of the spec is
the same as the name of the family. We could fix that but
it seems like a fair assumption to make. Rename the MPTCP
spec instead.
Reviewed-by: Mat Martineau <martineau@kernel.org>
Reviewed-by: Donald Hunter <donald.hunter@gmail.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/uapi/linux/mptcp_pm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/mptcp_pm.h b/include/uapi/linux/mptcp_pm.h index b5d11aece408..50589e5dd6a3 100644 --- a/include/uapi/linux/mptcp_pm.h +++ b/include/uapi/linux/mptcp_pm.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) */ /* Do not edit directly, auto-generated from: */ -/* Documentation/netlink/specs/mptcp.yaml */ +/* Documentation/netlink/specs/mptcp_pm.yaml */ /* YNL-GEN uapi header */ #ifndef _UAPI_LINUX_MPTCP_PM_H |