From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Ahern Subject: Re: [PATCH iproute2-next 0/3] route code cleanups Date: Wed, 7 Feb 2018 17:29:12 -0700 Message-ID: References: <20180208002506.14272-1-sthemmin@microsoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, Stephen Hemminger To: Stephen Hemminger Return-path: Received: from mail-pg0-f43.google.com ([74.125.83.43]:41031 "EHLO mail-pg0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750729AbeBHA3O (ORCPT ); Wed, 7 Feb 2018 19:29:14 -0500 Received: by mail-pg0-f43.google.com with SMTP id 141so985193pgd.8 for ; Wed, 07 Feb 2018 16:29:14 -0800 (PST) In-Reply-To: <20180208002506.14272-1-sthemmin@microsoft.com> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 2/7/18 5:25 PM, Stephen Hemminger wrote: > Make code in iproute conform more to current coding style > conventions. Also split flush out into separate function. > > Stephen Hemminger (3): > iproute: whitespace fixes > iproute: don't do assignment in condition > iproute: make flush a separate function > > ip/iproute.c | 165 ++++++++++++++++++++++++++++++++--------------------------- > 1 file changed, 91 insertions(+), 74 deletions(-) > applied to iproute2-next