Re: [PATCH net-next] bnxt_en: Copy and paste bug in extended tx_stats

2018-10-18 Thread David Miller
From: Dan Carpenter Date: Thu, 18 Oct 2018 11:02:39 +0300 > The struct type was copied from the line before but it should be "tx" > instead of "rx". I have reviewed the code and I can't immediately see > that this bug causes a runtime issue. > > Fixes: 36e53349b60b ("bnxt_en: Add additional

Re: [PATCH net-next] bnxt_en: Copy and paste bug in extended tx_stats

2018-10-18 Thread Michael Chan
On Thu, Oct 18, 2018 at 1:02 AM Dan Carpenter wrote: > > The struct type was copied from the line before but it should be "tx" > instead of "rx". I have reviewed the code and I can't immediately see > that this bug causes a runtime issue. > > Fixes: 36e53349b60b ("bnxt_en: Add additional

[PATCH net-next] bnxt_en: Copy and paste bug in extended tx_stats

2018-10-18 Thread Dan Carpenter
The struct type was copied from the line before but it should be "tx" instead of "rx". I have reviewed the code and I can't immediately see that this bug causes a runtime issue. Fixes: 36e53349b60b ("bnxt_en: Add additional extended port statistics.") Signed-off-by: Dan Carpenter --- This is