From: Joe Perches Date: Thu, 1 Aug 2013 00:31:34 +0000 (-0700) Subject: af_rxrpc.h: Remove extern from function prototypes X-Git-Tag: v3.12-rc1~132^2~406 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd2cf63a567fb45be445ccc0aed8e551d86f0314;p=pandora-kernel.git af_rxrpc.h: 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. Reflow modified prototypes to 80 columns. Signed-off-by: Joe Perches Signed-off-by: David S. Miller --- Reading git-diff-tree failed