aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/huawei
diff options
context:
space:
mode:
authorGuangbin Huang <huangguangbin2@huawei.com>2021-05-13 14:26:53 +0800
committerDavid S. Miller <davem@davemloft.net>2021-05-13 15:39:10 -0700
commit5db8c86e8904e2dc9c27a61fc9b77131c8751d67 (patch)
tree620a5f8c5334cd1b8e0b9718499325d36710883f /drivers/net/ethernet/huawei
parentnet: hinic: remove unnecessary parentheses (diff)
downloadlinux-dev-5db8c86e8904e2dc9c27a61fc9b77131c8751d67.tar.xz
linux-dev-5db8c86e8904e2dc9c27a61fc9b77131c8751d67.zip
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/huawei')
-rw-r--r--drivers/net/ethernet/huawei/hinic/hinic_hw_if.c2
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
**/