diff options
author | Guangbin Huang <huangguangbin2@huawei.com> | 2021-05-13 09:26:53 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-05-14 01:39:10 +0300 |
commit | 5db8c86e8904e2dc9c27a61fc9b77131c8751d67 (patch) | |
tree | 620a5f8c5334cd1b8e0b9718499325d36710883f | |
parent | c8ad5df6151e457ad995fdee6440a45af09b70f6 (diff) | |
download | linux-5db8c86e8904e2dc9c27a61fc9b77131c8751d67.tar.xz |
net: hinic: fix misspelled "acessing"
The word "acessing" is misspelled, so fix it.
Signed-off-by: Guangbin Huang <huangguangbin2@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/ethernet/huawei/hinic/hinic_hw_if.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/huawei/hinic/hinic_hw_if.c b/drivers/net/ethernet/huawei/hinic/hinic_hw_if.c index cab38ff0713c..55b327eebe64 100644 --- a/drivers/net/ethernet/huawei/hinic/hinic_hw_if.c +++ b/drivers/net/ethernet/huawei/hinic/hinic_hw_if.c @@ -395,7 +395,7 @@ static void __print_selftest_reg(struct hinic_hwif *hwif) /** * hinic_init_hwif - initialize the hw interface * @hwif: the HW interface of a pci function device - * @pdev: the pci device for acessing PCI resources + * @pdev: the pci device for accessing PCI resources * * Return 0 - Success, negative - Failure **/ |