All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH mptcp-next 0/4] mptcp: Spring cleaning
@ 2024-05-02 17:23 Matthieu Baerts (NGI0)
  2024-05-02 17:23 ` [PATCH mptcp-next 1/4] mptcp: prefer strscpy over strcpy Matthieu Baerts (NGI0)
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Matthieu Baerts (NGI0) @ 2024-05-02 17:23 UTC (permalink / raw)
  To: mptcp; +Cc: Matthieu Baerts (NGI0)

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>
---
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>


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-05-06  8:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-02 17:23 [PATCH mptcp-next 0/4] mptcp: Spring cleaning Matthieu Baerts (NGI0)
2024-05-02 17:23 ` [PATCH mptcp-next 1/4] mptcp: prefer strscpy over strcpy Matthieu Baerts (NGI0)
2024-05-02 17:23 ` [PATCH mptcp-next 2/4] mptcp: move mptcp_pm_gen.h's include Matthieu Baerts (NGI0)
2024-05-02 17:23 ` [PATCH mptcp-next 3/4] mptcp: remove unnecessary else statements Matthieu Baerts (NGI0)
2024-05-02 17:23 ` [PATCH mptcp-next 4/4] mptcp: include inet_common in mib.h Matthieu Baerts (NGI0)
2024-05-02 18:12 ` [PATCH mptcp-next 0/4] mptcp: Spring cleaning MPTCP CI
2024-05-05  0:09 ` Geliang Tang
2024-05-06  8:23   ` Matthieu Baerts

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.