Re: [PATCH v2] net-sysfs: add a newline when printing 'tx_timeout' by sysfs

From: Stephen Hemminger
Date: Wed Jul 22 2020 - 11:27:52 EST


On Tue, 21 Jul 2020 15:36:32 -0700 (PDT)
David Miller <davem@xxxxxxxxxxxxx> wrote:

> From: Xiongfeng Wang <wangxiongfeng2@xxxxxxxxxx>
> Date: Tue, 21 Jul 2020 15:02:57 +0800
>
> > When I cat 'tx_timeout' by sysfs, it displays as follows. It's better to
> > add a newline for easy reading.
> >
> > root@syzkaller:~# cat /sys/devices/virtual/net/lo/queues/tx-0/tx_timeout
> > 0root@syzkaller:~#
> >
> > Signed-off-by: Xiongfeng Wang <wangxiongfeng2@xxxxxxxxxx>
>
> Applied, thank you.

Could you add


Fixes: ccf5ff69fbbd ("net: new counter for tx_timeout errors in sysfs")
Cc: david.decotigny@xxxxxxxxxx