[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20150318.144816.1470893128899579539.davem@davemloft.net>
Date: Wed, 18 Mar 2015 14:48:16 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: erik.hugne@...csson.com
Cc: richard.alpe@...csson.com, jon.maloy@...csson.com,
ying.xue@...driver.com, netdev@...r.kernel.org,
tipc-discussion@...ts.sourceforge.net
Subject: Re: [PATCH net-next 3/3] tipc: add support for connect() on
dgram/rdm sockets
From: <erik.hugne@...csson.com>
Date: Wed, 18 Mar 2015 10:17:43 +0100
> + } else if (unlikely(m->msg_namelen < sizeof(*dest)) ||
> + dest->family != AF_TIPC) {
This is not indented correctly.
The "dest->family" on the second line should start exactly at the first
column after the openning parenthesis of the if() statement on the
previous line.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists