OSDN Git Service

net: hns3: add comments for hclge_dbg_fill_content()
authorHao Chen <chenhao288@hisilicon.com>
Fri, 3 Dec 2021 09:20:56 +0000 (17:20 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 3 Dec 2021 11:00:59 +0000 (11:00 +0000)
commit4e599dddeea443fc27716a794c2684b2980735c8
treee2d8c81a11ff91e550f17a06ddffa7610252393a
parent5ac4f180bd07116c1e57858bc3f6741adbca3eb6
net: hns3: add comments for hclge_dbg_fill_content()

When we use hclge_dbg_fill_content() to fill contents with
specific format according to struct hclge_dbg_item *items,
it may cause content cover due to unreasonable items.

So add comments to explain how to avoid it.

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/hns3pf/hclge_debugfs.c