Hi Matt,
On Thu, May 02, 2024 at 07:23:03PM +0200, Matthieu Baerts (NGI0) wrote:
> This series fixes some warnings reported by CheckPatch and CLang.
>
> The behaviour is not supposed to be modified, just some simple fixes.
>
> Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
This series looks good to me, thanks.
Reviewed-by: Geliang Tang <geliang@kernel.org>
-Geliang
> ---
> Matthieu Baerts (NGI0) (4):
> mptcp: prefer strscpy over strcpy
> mptcp: move mptcp_pm_gen.h's include
> mptcp: remove unnecessary else statements
> mptcp: include inet_common in mib.h
>
> net/mptcp/ctrl.c | 2 +-
> net/mptcp/mib.h | 2 ++
> net/mptcp/pm_netlink.c | 1 +
> net/mptcp/pm_userspace.c | 1 +
> net/mptcp/protocol.c | 5 +++--
> net/mptcp/protocol.h | 2 --
> net/mptcp/sockopt.c | 2 +-
> net/mptcp/subflow.c | 32 +++++++++++++++++---------------
> 8 files changed, 26 insertions(+), 21 deletions(-)
> ---
> base-commit: c3c3514169a8e548fba51d0694b86a72f89acce0
> change-id: 20240502-mptcp-cleanup-clang-checkpatch-8eb4a4843ff6
>
> Best regards,
> --
> Matthieu Baerts (NGI0) <matttbe@kernel.org>
>