]> git.baikalelectronics.ru Git - kernel.git/commit
net: hns3: rename the interface for init_client_instance and uninit_client_instance
authorPeng Li <lipeng321@huawei.com>
Thu, 28 Jun 2018 04:12:20 +0000 (12:12 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Jun 2018 02:06:34 +0000 (11:06 +0900)
commit42efe7647e63ffd74dcf9203beaf8c29685f37e7
tree4dccff7b8bc200b8a5ab8a5ff7aec79289deaae5
parent714f76b56bbc2136dd3ce20d37f775ce6a59d90a
net: hns3: rename the interface for init_client_instance and uninit_client_instance

The interface init_client_instance and uninit_client_instance
do not register anything, only initialize the client instance.
This patch rename the related interface to make the function
name to indicate the purpose.

Signed-off-by: Peng Li <lipeng321@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c