Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1646545 > unrolled thread

[PATCH 4750/4750] net: ipv4: tcp: fixed comment coding style issue

Started byRohit Chavan <roheetchavan@gmail.com>
First post2017-05-22 08:30 +0200
Last post2017-05-22 08:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH 4750/4750] net: ipv4: tcp: fixed comment coding style issue Rohit Chavan <roheetchavan@gmail.com> - 2017-05-22 08:30 +0200

#1646545 — [PATCH 4750/4750] net: ipv4: tcp: fixed comment coding style issue

FromRohit Chavan <roheetchavan@gmail.com>
Date2017-05-22 08:30 +0200
Subject[PATCH 4750/4750] net: ipv4: tcp: fixed comment coding style issue
Message-ID<tJP0R-1T3-1@gated-at.bofh.it>
Fixed a coding style issue

Signed-off-by: Rohit Chavan <roheetchavan@gmail.com>
---
 net/ipv4/tcp.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/net/ipv4/tcp.c b/net/ipv4/tcp.c
index 1e4c76d..87b0296 100644
--- a/net/ipv4/tcp.c
+++ b/net/ipv4/tcp.c
@@ -2183,7 +2183,7 @@ void tcp_close(struct sock *sk, long timeout)
 
 
 	/* Now socket is owned by kernel and we acquire BH lock
-	   to finish close. No need to check for user refs.
+	 *  to finish close. No need to check for user refs.
 	 */
 	local_bh_disable();
 	bh_lock_sock(sk);
@@ -2471,7 +2471,8 @@ static int do_tcp_setsockopt(struct sock *sk, int level,
 	case TCP_MAXSEG:
 		/* Values greater than interface MTU won't take effect. However
 		 * at the point when this call is done we typically don't yet
-		 * know which interface is going to be used */
+		 * know which interface is going to be used
+		 */
 		if (val && (val < TCP_MIN_MSS || val > MAX_TCP_WINDOW)) {
 			err = -EINVAL;
 			break;
-- 
2.7.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web