diff options
author | Talat Batheesh <talatb@mellanox.com> | 2017-08-17 08:50:43 -0400 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2017-08-24 16:27:10 -0400 |
commit | faa9141c2268ccbd469bd876ba97e98b38f50fae (patch) | |
tree | f852f6d7449edb0aa1086d0ce035862a586aa3bc /drivers/infiniband/hw/mlx4/alias_GUID.c | |
parent | 623248955d985b86cd778c63efe6a7ad03a018c4 (diff) |
IB/mlx4: Fix some spelling mistakes
Fix spelling mistakes in remarks
"retrun"->"return"
"cancell"->"cancel"
Signed-off-by: Talat Batheesh <talatb@mellanox.com>
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/hw/mlx4/alias_GUID.c')
-rw-r--r-- | drivers/infiniband/hw/mlx4/alias_GUID.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/mlx4/alias_GUID.c b/drivers/infiniband/hw/mlx4/alias_GUID.c index 0e4f60cfc59d..155b4dfc0ae8 100644 --- a/drivers/infiniband/hw/mlx4/alias_GUID.c +++ b/drivers/infiniband/hw/mlx4/alias_GUID.c | |||
@@ -781,7 +781,7 @@ void mlx4_ib_init_alias_guid_work(struct mlx4_ib_dev *dev, int port) | |||
781 | spin_lock_irqsave(&dev->sriov.going_down_lock, flags); | 781 | spin_lock_irqsave(&dev->sriov.going_down_lock, flags); |
782 | spin_lock_irqsave(&dev->sriov.alias_guid.ag_work_lock, flags1); | 782 | spin_lock_irqsave(&dev->sriov.alias_guid.ag_work_lock, flags1); |
783 | if (!dev->sriov.is_going_down) { | 783 | if (!dev->sriov.is_going_down) { |
784 | /* If there is pending one should cancell then run, otherwise | 784 | /* If there is pending one should cancel then run, otherwise |
785 | * won't run till previous one is ended as same work | 785 | * won't run till previous one is ended as same work |
786 | * struct is used. | 786 | * struct is used. |
787 | */ | 787 | */ |