diff options
author | Guangbin Huang | 2021-05-13 14:26:53 +0800 |
---|---|---|
committer | David S. Miller | 2021-05-13 15:39:10 -0700 |
commit | 5db8c86e8904e2dc9c27a61fc9b77131c8751d67 (patch) | |
tree | 620a5f8c5334cd1b8e0b9718499325d36710883f /drivers/net/ethernet | |
parent | c8ad5df6151e457ad995fdee6440a45af09b70f6 (diff) |
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>
Diffstat (limited to 'drivers/net/ethernet')
-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 **/ |