OSDN Git Service

net: hns3: uniform type of function parameter cmd
authorHao Chen <chenhao288@hisilicon.com>
Fri, 27 Aug 2021 09:28:24 +0000 (17:28 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Aug 2021 10:20:21 +0000 (11:20 +0100)
commit0c5c135cdbdacdf82ca537c433db07e4a1664065
treed844667bfcadfe3554852af399a0728c1c263f37
parent5a24b1fd301e0cf0fc58a76f2716c54d378002cf
net: hns3: uniform type of function parameter cmd

The parameter cmd in function definition of hns3_dbg_bd_file_init and
hns3_dbg_common_file_init is used type u32, this patch uniforms them
in function declaration to type u32 too.

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