RDMA/hns: Fix spelling mistakes of original
authorLang Cheng <chenglang@huawei.com>
Fri, 18 Jun 2021 10:10:20 +0000 (18:10 +0800)
committerJason Gunthorpe <jgg@nvidia.com>
Tue, 22 Jun 2021 18:17:08 +0000 (15:17 -0300)
'orignal' should be 'original'.

Fixes: 9a4435375cd1 ("IB/hns: Add driver files for hns RoCE driver")
Link: https://lore.kernel.org/r/1624011020-16992-11-git-send-email-liweihang@huawei.com
Signed-off-by: Lang Cheng <chenglang@huawei.com>
Signed-off-by: Weihang Li <liweihang@huawei.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/hw/hns/hns_roce_device.h

index a2a256f..991f652 100644 (file)
@@ -337,7 +337,7 @@ struct hns_roce_mw {
 
 struct hns_roce_mr {
        struct ib_mr            ibmr;
-       u64                     iova; /* MR's virtual orignal addr */
+       u64                     iova; /* MR's virtual original addr */
        u64                     size; /* Address range of MR */
        u32                     key; /* Key of MR */
        u32                     pd;   /* PD num of MR */