Return-path: Received: from mail-ob0-f170.google.com ([209.85.214.170]:58541 "EHLO mail-ob0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751151Ab3IYXBO (ORCPT ); Wed, 25 Sep 2013 19:01:14 -0400 Message-ID: <52436B32.4040109@lwfinger.net> (sfid-20130926_010135_800904_359ECE76) Date: Wed, 25 Sep 2013 18:01:06 -0500 From: Larry Finger MIME-Version: 1.0 To: Joe Perches CC: netdev@vger.kernel.org, "David S. Miller" , Chaoming Li , "John W. Linville" , linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 11/11] rtlwifi: Remove extern from function prototypes References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Sender: linux-wireless-owner@vger.kernel.org List-ID: On 09/25/2013 02:37 PM, Joe Perches wrote: > 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 Acked-by: Larry Finger Larry