linux_dsm_epyc7002/drivers/net/ethernet/qlogic/qlge
Joe Perches 8a1a0ae11c qlogic: 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 <joe@perches.com>
2013-09-24 12:51:55 -07:00
..
Makefile qlogic: Move the QLogic drivers 2011-08-10 20:03:49 -07:00
qlge_dbg.c drivers: ethernet: qlogic: qlge_dbg.c: Fixed a coding style issue 2012-11-06 17:41:42 -05:00
qlge_ethtool.c qlge: Fix ethtool autoneg advertising. 2013-04-19 17:53:56 -04:00
qlge_main.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2013-06-05 16:37:30 -07:00
qlge_mpi.c qlogic: Move the QLogic drivers 2011-08-10 20:03:49 -07:00
qlge.h qlogic: Remove extern from function prototypes 2013-09-24 12:51:55 -07:00