[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20201118063744.214744-1-armingh379@gmail.com>
Date: Wed, 18 Nov 2020 01:37:44 -0500
From: Armin Gholampoor <armingh379@...il.com>
To: davem@...emloft.net
Cc: linux-kernel@...r.kernel.org,
Armin Gholampoor <armingh379@...il.com>
Subject: [PATCH] net: ipv4: fixed a brace coding style issue
Fixed bracing style issue.
Signed-off-by: Armin Gholampoor <armingh379@...il.com>
---
net/ipv4/tcp.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/net/ipv4/tcp.c b/net/ipv4/tcp.c
index b2bc3d7fe..37bc91e4a 100644
--- a/net/ipv4/tcp.c
+++ b/net/ipv4/tcp.c
@@ -3170,8 +3170,7 @@ static int do_tcp_setsockopt(struct sock *sk, int level, int optname,
else if (tp->repair_queue == TCP_RECV_QUEUE) {
WRITE_ONCE(tp->rcv_nxt, val);
WRITE_ONCE(tp->copied_seq, val);
- }
- else
+ } else
err = -EINVAL;
break;
--
2.29.2
Powered by blists - more mailing lists