diff mbox series

[mptcp-next] Squash to "mptcp: use mptcp_addr_info in mptcp_out_options"

Message ID 99e83637796c7294222b5490f528dc77b4d558d7.1616137939.git.geliangtang@gmail.com
State Accepted, archived
Commit 79c9e16f9824c2213bc955b764d2b534f15549a0
Delegated to: Matthieu Baerts
Headers show
Series [mptcp-next] Squash to "mptcp: use mptcp_addr_info in mptcp_out_options" | expand

Commit Message

Geliang Tang March 19, 2021, 7:13 a.m. UTC
Use a whole sa_family_t for the address family.

Signed-off-by: Geliang Tang <geliangtang@gmail.com>
---
 include/net/mptcp.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/include/net/mptcp.h b/include/net/mptcp.h
index 80d98a7db3c6..83f23774b908 100644
--- a/include/net/mptcp.h
+++ b/include/net/mptcp.h
@@ -43,7 +43,7 @@  struct mptcp_rm_list {
 
 struct mptcp_addr_info {
 	u8			id;
-	sa_family_t		family : 4;
+	sa_family_t		family;
 	__be16			port;
 	union {
 		struct in_addr	addr;