OSDN Git Service

net: hns3: remove unnecessary "static" of local variables in function
authorHao Chen <chenhao288@hisilicon.com>
Sat, 28 Aug 2021 06:55:20 +0000 (14:55 +0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 28 Aug 2021 10:20:05 +0000 (11:20 +0100)
commit1026b1534fa12a9dbdcebd34d417513fca4647f0
tree2daa973755e43e8c34b299de0433b306897e327b
parent7f2f8cf6ef668c1c745e229023f98663f47aa702
net: hns3: remove unnecessary "static" of local variables in function

Some local variable declarations are no need to add "static", so remove 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/hns3_debugfs.c
drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_cmd.c