RDMA/hns: Cleanup for a spelling error of Asynchronous
authorGuofeng Yue <yueguofeng@hisilicon.com>
Thu, 22 Sep 2022 12:33:04 +0000 (20:33 +0800)
committerJason Gunthorpe <jgg@nvidia.com>
Tue, 27 Sep 2022 13:15:25 +0000 (10:15 -0300)
Fixed a spelling error for Asynchronous.

Link: https://lore.kernel.org/r/20220922123315.3732205-2-xuhaoyue1@hisilicon.com
Signed-off-by: Guofeng Yue <yueguofeng@hisilicon.com>
Signed-off-by: Haoyue Xu <xuhaoyue1@hisilicon.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/hw/hns/hns_roce_hw_v2.c

index 437d5dd..a9dc28f 100644 (file)
@@ -6069,7 +6069,7 @@ static irqreturn_t hns_roce_v2_msix_interrupt_eq(int irq, void *eq_ptr)
                /* Completion event interrupt */
                int_work = hns_roce_v2_ceq_int(hr_dev, eq);
        else
-               /* Asychronous event interrupt */
+               /* Asynchronous event interrupt */
                int_work = hns_roce_v2_aeq_int(hr_dev, eq);
 
        return IRQ_RETVAL(int_work);