Re: [MPTCP] [PATCH net-next v2 1/4] mptcp: add __init annotation on setup functions

2020-06-26 Thread Mat Martineau
On Fri, 26 Jun 2020, Paolo Abeni wrote: Add the missing annotation in some setup-only functions. Signed-off-by: Paolo Abeni --- net/mptcp/pm.c | 2 +- net/mptcp/pm_netlink.c | 2 +- net/mptcp/protocol.c | 4 ++-- net/mptcp/protocol.h | 10 +- net/mptcp/subflow.c| 2 +-

[PATCH net-next v2 1/4] mptcp: add __init annotation on setup functions

2020-06-26 Thread Paolo Abeni
Add the missing annotation in some setup-only functions. Signed-off-by: Paolo Abeni --- net/mptcp/pm.c | 2 +- net/mptcp/pm_netlink.c | 2 +- net/mptcp/protocol.c | 4 ++-- net/mptcp/protocol.h | 10 +- net/mptcp/subflow.c| 2 +- 5 files changed, 10 insertions(+), 10