RE: [Intel-wired-lan] [PATCH] fm10k: Fix misuse of net_ratelimit()

2017-09-18 Thread Singh, Krishneil K
.kernel.org > Subject: [Intel-wired-lan] [PATCH] fm10k: Fix misuse of net_ratelimit() > > Correct the backward logic using !net_ratelimit() > > Miscellanea: > > o Add a blank line before the error return label > > Signed-off-by: Joe Perches > --- Tested-by: Krishneil Singh

[PATCH] fm10k: Fix misuse of net_ratelimit()

2017-08-11 Thread Joe Perches
Correct the backward logic using !net_ratelimit() Miscellanea: o Add a blank line before the error return label Signed-off-by: Joe Perches --- drivers/net/ethernet/intel/fm10k/fm10k_main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/net/ethernet/intel/fm10k/fm