From: Guangbin Huang Date: Thu, 13 May 2021 06:26:53 +0000 (+0800) Subject: net: hinic: fix misspelled "acessing" X-Git-Tag: v5.14-rc1~119^2~548^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5db8c86e8904e2dc9c27a61fc9b77131c8751d67;p=thirdparty%2Flinux.git net: hinic: fix misspelled "acessing" The word "acessing" is misspelled, so fix it. Signed-off-by: Guangbin Huang Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/huawei/hinic/hinic_hw_if.c b/drivers/net/ethernet/huawei/hinic/hinic_hw_if.c index cab38ff0713c2..55b327eebe643 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 **/