[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20130731.172437.198780183941616730.davem@davemloft.net>
Date: Wed, 31 Jul 2013 17:24:37 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: joe@...ches.com
Cc: netdev@...r.kernel.org, jhs@...atatu.com,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] net: Remove extern from include/net/ scheduling
prototypes
From: Joe Perches <joe@...ches.com>
Date: Tue, 30 Jul 2013 22:47:13 -0700
> 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.
>
> Reflow modified prototypes to 80 columns.
>
> Signed-off-by: Joe Perches <joe@...ches.com>
Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists