]> asedeno.scripts.mit.edu Git - linux.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)
commite718a93fee036fa8f9b09c76319c81713473287b
tree4dccff7b8bc200b8a5ab8a5ff7aec79289deaae5
parentb204bc74840080136bf11643e998dc83afc2c11e
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