Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751333Ab3I0E0N (ORCPT ); Fri, 27 Sep 2013 00:26:13 -0400 Received: from mga01.intel.com ([192.55.52.88]:54927 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750821Ab3I0E0K convert rfc822-to-8bit (ORCPT ); Fri, 27 Sep 2013 00:26:10 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.90,990,1371106800"; d="scan'208";a="407910977" From: "Grumbach, Emmanuel" To: Joe Perches , "netdev@vger.kernel.org" CC: "David S. Miller" , "Berg, Johannes" , Intel Linux Wireless , "John W. Linville" , "linux-wireless@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: RE: [PATCH 08/11] iwlwifi: Remove extern from function prototypes Thread-Topic: [PATCH 08/11] iwlwifi: Remove extern from function prototypes Thread-Index: AQHOuibxQmgLNIx7UEKik+RvvpDKYJnY/tIQ Date: Fri, 27 Sep 2013 04:25:54 +0000 Message-ID: <0BA3FCBA62E2DC44AF3030971E174FB301DB4D7E@HASMSX103.ger.corp.intel.com> References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.184.70.12] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 985 Lines: 24 > Subject: [PATCH 08/11] iwlwifi: Remove extern from function prototypes > > There are a mix of function prototypes with and without extern in the kernel > sources. Standardize on not using extern for function prototypes. > > Function prototypes don't need to be written with extern. > extern is assumed by the compiler. Its use is as unnecessary as using auto to > declare automatic/local variables in a block. > > Signed-off-by: Joe Perches > --- > drivers/net/wireless/iwlwifi/dvm/agn.h | 2 +- > drivers/net/wireless/iwlwifi/dvm/dev.h | 2 +- > drivers/net/wireless/iwlwifi/dvm/rs.h | 8 ++++---- > drivers/net/wireless/iwlwifi/mvm/rs.h | 9 ++++----- > 4 files changed, 10 insertions(+), 11 deletions(-) > ACK -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/