From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Grumbach, Emmanuel" Subject: RE: [PATCH 08/11] iwlwifi: Remove extern from function prototypes Date: Fri, 27 Sep 2013 04:25:54 +0000 Message-ID: <0BA3FCBA62E2DC44AF3030971E174FB301DB4D7E@HASMSX103.ger.corp.intel.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT Cc: "David S. Miller" , "Berg, Johannes" , Intel Linux Wireless , "John W. Linville" , "linux-wireless@vger.kernel.org" , "linux-kernel@vger.kernel.org" To: Joe Perches , "netdev@vger.kernel.org" Return-path: In-Reply-To: Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org > 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