]> git.baikalelectronics.ru Git - kernel.git/commit
net: hns3: align the debugfs output to the left
authorHao Chen <chenhao288@hisilicon.com>
Sun, 24 Apr 2022 12:57:21 +0000 (20:57 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 25 Apr 2022 09:48:49 +0000 (10:48 +0100)
commitd48221751f84ac5e8267e1c443ac1fd72909a959
treeb1376b72fef27b45602d630219cc957d9f621a20
parent918744f84967d47a4d11ac6a8dc68c6ff5eaff03
net: hns3: align the debugfs output to the left

For debugfs node rx/tx_queue_info and rx/tx_bd_info, their output info is
aligned to the right, it's not aligned with output of other debugfs node,
so uniform their output info.

Fixes: 71c45c7df1ed ("net: hns3: use tx bounce buffer for small packets")
Fixes: c4ff4f341dff ("net: hns3: refactor queue info of debugfs")
Fixes: 7c63f26fda28 ("net: hns3: refactor dump bd info of debugfs")
Signed-off-by: Hao Chen <chenhao288@hisilicon.com>
Signed-off-by: Guangbin Huang <huangguangbin2@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c