Re: [PATCH net-next] net: rds: Change PF_INET to AF_INET

2020-12-16 Thread Jakub Kicinski
On Wed, 16 Dec 2020 15:06:20 +0800 Zheng Yongjun wrote: > By bsd codestyle, change PF_INET to AF_INET. > > Signed-off-by: Zheng Yongjun # Form letter - net-next is closed We have already sent the networking pull request for 5.11 and therefore net-next is closed for new drivers, features, code r

[PATCH net-next] net: rds: Change PF_INET to AF_INET

2020-12-15 Thread Zheng Yongjun
By bsd codestyle, change PF_INET to AF_INET. Signed-off-by: Zheng Yongjun --- net/rds/rdma_transport.c | 4 ++-- net/rds/tcp_listen.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/rds/rdma_transport.c b/net/rds/rdma_transport.c index 5f741e51b4ba..04102dbc04d2