OSDN Git Service

net: hinic: fix misspelled "acessing"
authorGuangbin Huang <huangguangbin2@huawei.com>
Thu, 13 May 2021 06:26:53 +0000 (14:26 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 13 May 2021 22:39:10 +0000 (15:39 -0700)
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>
drivers/net/ethernet/huawei/hinic/hinic_hw_if.c

index cab38ff..55b327e 100644 (file)
@@ -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
  **/