Skip to content

Commit b059aef

Browse files
kuba-moodavem330
authored andcommitted
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 <[email protected]> Reviewed-by: Donald Hunter <[email protected]> Signed-off-by: Jakub Kicinski <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 209bcb9 commit b059aef

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

MAINTAINERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15099,7 +15099,7 @@ W: https://github.com/multipath-tcp/mptcp_net-next/wiki
1509915099
B: https://github.com/multipath-tcp/mptcp_net-next/issues
1510015100
T: git https://github.com/multipath-tcp/mptcp_net-next.git export-net
1510115101
T: git https://github.com/multipath-tcp/mptcp_net-next.git export
15102-
F: Documentation/netlink/specs/mptcp.yaml
15102+
F: Documentation/netlink/specs/mptcp_pm.yaml
1510315103
F: Documentation/networking/mptcp-sysctl.rst
1510415104
F: include/net/mptcp.h
1510515105
F: include/trace/events/mptcp.h

include/uapi/linux/mptcp_pm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) */
22
/* Do not edit directly, auto-generated from: */
3-
/* Documentation/netlink/specs/mptcp.yaml */
3+
/* Documentation/netlink/specs/mptcp_pm.yaml */
44
/* YNL-GEN uapi header */
55

66
#ifndef _UAPI_LINUX_MPTCP_PM_H

net/mptcp/mptcp_pm_gen.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)
22
/* Do not edit directly, auto-generated from: */
3-
/* Documentation/netlink/specs/mptcp.yaml */
3+
/* Documentation/netlink/specs/mptcp_pm.yaml */
44
/* YNL-GEN kernel source */
55

66
#include <net/netlink.h>

net/mptcp/mptcp_pm_gen.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) */
22
/* Do not edit directly, auto-generated from: */
3-
/* Documentation/netlink/specs/mptcp.yaml */
3+
/* Documentation/netlink/specs/mptcp_pm.yaml */
44
/* YNL-GEN kernel header */
55

66
#ifndef _LINUX_MPTCP_PM_GEN_H

0 commit comments

Comments
 (0)