Re: [PATCH v2 net] gve: Copy and paste bug in gve_get_stats()

2019-08-21 Thread David Miller
From: Dan Carpenter Date: Tue, 20 Aug 2019 12:11:44 +0300 > There is a copy and paste error so we have "rx" where "tx" was intended > in the priv->tx[] array. > > Fixes: f5cedc84a30d ("gve: Add transmit and receive support") > Signed-off-by: Dan Carpenter > --- > v2: fix a typo in the subject:

Re: [PATCH v2 net] gve: Copy and paste bug in gve_get_stats()

2019-08-21 Thread Catherine Sullivan
On Tue, Aug 20, 2019 at 2:11 AM Dan Carpenter wrote: > > There is a copy and paste error so we have "rx" where "tx" was intended > in the priv->tx[] array. > > Fixes: f5cedc84a30d ("gve: Add transmit and receive support") > Signed-off-by: Dan Carpenter > --- > v2: fix a typo in the subject: buy -