Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753947Ab3IXOXM (ORCPT ); Tue, 24 Sep 2013 10:23:12 -0400 Received: from metis.ext.pengutronix.de ([92.198.50.35]:33496 "EHLO metis.ext.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753351Ab3IXOXL (ORCPT ); Tue, 24 Sep 2013 10:23:11 -0400 Message-ID: <5241A03F.8070007@pengutronix.de> Date: Tue, 24 Sep 2013 16:22:55 +0200 From: Marc Kleine-Budde User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130518 Icedove/17.0.5 MIME-Version: 1.0 To: David Miller CC: joe@perches.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, wg@grandegger.com, linux-can@vger.kernel.org Subject: Re: [PATCH 01/10] can: Remove extern from function prototypes References: <5570169a078375fa8662adeb2a7f24c1ae718bfb.1379974101.git.joe@perches.com> <52414128.8030706@pengutronix.de> <20130924.100209.1219862004963547693.davem@davemloft.net> In-Reply-To: <20130924.100209.1219862004963547693.davem@davemloft.net> X-Enigmail-Version: 1.5.2 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="FinRX8mWIwOgvTvNF2C1pUOwrvthmP7qU" X-SA-Exim-Connect-IP: 2001:6f8:1178:4:5054:ff:fe8d:eefb X-SA-Exim-Mail-From: mkl@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1999 Lines: 58 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --FinRX8mWIwOgvTvNF2C1pUOwrvthmP7qU Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 09/24/2013 04:02 PM, David Miller wrote: > From: Marc Kleine-Budde > Date: Tue, 24 Sep 2013 09:37:12 +0200 >=20 >> On 09/24/2013 12:11 AM, 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 >> >> Thx, added to linux-can-next. The patch will be included in the next >> pull request to David. >=20 > Marc, I'm trying to just quickly apply these all into my tree directly.= Fine with me. Tnx, Marc --=20 Pengutronix e.K. | Marc Kleine-Budde | Industrial Linux Solutions | Phone: +49-231-2826-924 | Vertretung West/Dortmund | Fax: +49-5121-206917-5555 | Amtsgericht Hildesheim, HRA 2686 | http://www.pengutronix.de | --FinRX8mWIwOgvTvNF2C1pUOwrvthmP7qU Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.14 (GNU/Linux) Comment: Using GnuPG with Icedove - http://www.enigmail.net/ iEYEARECAAYFAlJBoD8ACgkQjTAFq1RaXHNXQACffofqRM1GWcJztT29vlqbPxcu zocAoJSXnggybETXic4LShcUGj19jFOE =+ye+ -----END PGP SIGNATURE----- --FinRX8mWIwOgvTvNF2C1pUOwrvthmP7qU-- -- 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/