From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Ahern Subject: Re: [PATCH iproute2 00/22] misc cleanups Date: Sat, 17 Nov 2018 16:19:32 -0700 Message-ID: <5effd86b-3d86-7bc3-1907-31d3c308795e@gmail.com> References: <20181115223640.411-1-stephen@networkplumber.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: Stephen Hemminger , netdev@vger.kernel.org Return-path: Received: from mail-pg1-f194.google.com ([209.85.215.194]:33577 "EHLO mail-pg1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726790AbeKRJhz (ORCPT ); Sun, 18 Nov 2018 04:37:55 -0500 Received: by mail-pg1-f194.google.com with SMTP id z11so9540649pgu.0 for ; Sat, 17 Nov 2018 15:19:35 -0800 (PST) In-Reply-To: <20181115223640.411-1-stephen@networkplumber.org> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 11/15/18 3:36 PM, Stephen Hemminger wrote: > Code cleanup including: > * make local functions static > * drop dead code > * whitespace code style cleanup > Hi Stephen: You did not mark these for -next but that is typically where cleanups go. What is your intention?