Re: [PATCH net-next v2] mptcp: use list_first_entry_or_null
From: Geliang Tang Date: Mon, 15 Jun 2020 16:34:28 +0800 > Use list_first_entry_or_null to simplify the code. > > Signed-off-by: Geliang Tang Applied, thanks.
[PATCH net-next v2] mptcp: use list_first_entry_or_null
Use list_first_entry_or_null to simplify the code. Signed-off-by: Geliang Tang --- Changes in v2: - Add "net-next" tag in Subject. --- net/mptcp/protocol.h | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/net/mptcp/protocol.h b/net/mptcp/protocol.h index 70ed698bd206..d