diff options
author | Guofeng Yue <[email protected]> | 2022-09-22 20:33:04 +0800 |
---|---|---|
committer | Jason Gunthorpe <[email protected]> | 2022-09-27 10:15:25 -0300 |
commit | d8913213ffabe64cb7cfd20d59ef12dcecb47fd7 (patch) | |
tree | 5c823ee37f9d3b1f9f704b41fdc99662fbd1dc8b | |
parent | 78657a445ca7603024348781c921f8ecaee10a49 (diff) |
RDMA/hns: Cleanup for a spelling error of Asynchronous
Fixed a spelling error for Asynchronous.
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Guofeng Yue <[email protected]>
Signed-off-by: Haoyue Xu <[email protected]>
Signed-off-by: Jason Gunthorpe <[email protected]>
-rw-r--r-- | drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/hns/hns_roce_hw_v2.c b/drivers/infiniband/hw/hns/hns_roce_hw_v2.c index 437d5dd4e648..a9dc28fd2962 100644 --- a/drivers/infiniband/hw/hns/hns_roce_hw_v2.c +++ b/drivers/infiniband/hw/hns/hns_roce_hw_v2.c @@ -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); |