From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: [PATCH iproute2 0/4] drop extern from function prototypes Date: Mon, 20 Aug 2018 16:02:27 -0700 Message-ID: <20180820230231.24723-1-stephen@networkplumber.org> Cc: Stephen Hemminger To: netdev@vger.kernel.org Return-path: Received: from mail-pg1-f179.google.com ([209.85.215.179]:43863 "EHLO mail-pg1-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726653AbeHUCUI (ORCPT ); Mon, 20 Aug 2018 22:20:08 -0400 Received: by mail-pg1-f179.google.com with SMTP id v66-v6so6175999pgb.10 for ; Mon, 20 Aug 2018 16:02:34 -0700 (PDT) Sender: netdev-owner@vger.kernel.org List-ID: iproute2 uses kernel style guidelines Stephen Hemminger (4): ip: drop extern from function prototype bridge: drop extern from function prototypes genl: drop extern from function prototypes tc: drop extern from function prototypes bridge/br_common.h | 18 +++++++++--------- genl/genl_utils.h | 5 +++-- ip/ip_common.h | 2 +- tc/m_ematch.h | 35 +++++++++++++++-------------------- tc/m_pedit.h | 31 +++++++++++++++---------------- tc/tc_common.h | 30 +++++++++++++++--------------- tc/tc_red.h | 7 ++++--- 7 files changed, 62 insertions(+), 66 deletions(-) -- 2.18.0