[PATCH mptcp-net 2/4] Squash to "mptcp: reclaim forward-allocated memory on RX path errors"
"Matthieu Baerts (NGI0)" <[email protected]> Fri, 31 Jul 2026 15:35:36 +0200
| Newsgroups | dev.linux.lists.mptcp |
|---|---|
| Message-ID | <[email protected]> |
Follow the same style as in most places in MPTCP. This was the previously enforced style for netdev. Signed-off-by: Matthieu Baerts (NGI0) <[email protected]> --- net/mptcp/protocol.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net/mptcp/protocol.c b/net/mptcp/protocol.c index 90dc894cb976..3dee08862027 100644 --- a/net/mptcp/protocol.c +++ b/net/mptcp/protocol.c @@ -149,8 +149,7 @@ struct sock *__mptcp_nmpc_sk(struct mptcp_sock *msk) static void mptcp_drop(struct sock *sk, struct sk_buff *skb) { - /* - * The skb forward memory was already transferred to sk by + /* The skb forward memory was already transferred to sk by * mptcp_borrow_fwdmem(), even before setting the destructor. */ if (!skb->destructor) -- 2.53.0