From 007aabc46f63a528155d9fdad56e813ed4ed33e2 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 26 Aug 2015 19:18:04 -0600 Subject: [PATCH] Fix a badly formatted comment --- net/tcp/tcp_conn.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net/tcp/tcp_conn.c b/net/tcp/tcp_conn.c index fd411cf8dc7..32ea2d6901e 100644 --- a/net/tcp/tcp_conn.c +++ b/net/tcp/tcp_conn.c @@ -1238,8 +1238,9 @@ int tcp_connect(FAR struct tcp_conn_s *conn, FAR const struct sockaddr *addr) goto errout_with_lock; } - /* Set up the local address (laddr) and the remote address (raddr) that describes the TCP connection. - */ + /* Set up the local address (laddr) and the remote address (raddr) that + * describes the TCP connection. + */ #ifdef CONFIG_NET_IPv4 #ifdef CONFIG_NET_IPv6