Re: [PATCH] staging: e1000: e1000_main.c: remove extern declarations in .c file.
On Sun, Mar 10, 2019 at 11:03:09AM -0700, David Miller wrote: > > "staging"? "staging" was an error, someone explained me after I sent the patch, sorry for the inconvenience.
Re: [PATCH] staging: e1000: e1000_main.c: remove extern declarations in .c file.
"staging"?
[PATCH] staging: e1000: e1000_main.c: remove extern declarations in .c file.
This patch fixes the checkpatch.pl warning: WARNING: externs should be avoided in .c files Some of the driver's function declared in e1000.h were declared a second time in e1000_main.c, triggering checkpatch.pl warnings. Signed-off-by: Quentin Deslandes --- drivers/net/ethernet/intel/e1000/e10