]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit826390d446b7ffe144882f9a563a5e784b426034
treeadcdd05966f53dcca6038c89905e4635551af6c9
parent68fc83f72b4f4ecf72b791916ad4d0f508045bbd
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