net: hns3: modify one argument type of function hclge_ncl_config_data_print
authorGuangbin Huang <huangguangbin2@huawei.com>
Fri, 3 Dec 2021 09:20:53 +0000 (17:20 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 3 Dec 2021 11:00:59 +0000 (11:00 +0000)
commit72dcdec10fad43a6bf9586ed8a81aef45b43da62
treeadcdd05966f53dcca6038c89905e4635551af6c9
parent0cc25c6a14efd709f2cfcde345e3d5c6aa20f80e
net: hns3: modify one argument type of function hclge_ncl_config_data_print

The argument len will not be changed in hclge_ncl_config_data_print(), it
is no need to declare as a pointer, so modify it into int type.

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