commit | 9bb5fbea59f36a589ef886292549ca4052fe676c | [log] [tgz] |
---|---|---|
author | Xiongfeng Wang <wangxiongfeng2@huawei.com> | Tue Jul 21 15:02:57 2020 +0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 21 15:35:58 2020 -0700 |
tree | 91146d04bee561dbab687e1e08498dbac417b13a | |
parent | 015c5d5e6aa3523c758a70eb87b291cece2dbbb4 [diff] |
net-sysfs: add a newline when printing 'tx_timeout' by sysfs 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@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>