diff options
author | Talat Batheesh <talatb@mellanox.com> | 2017-08-17 15:50:44 +0300 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2017-08-24 23:27:11 +0300 |
commit | 4edf8d5caf52968f3ebb58140835cfa1cfd72a2d (patch) | |
tree | 82f7dd0699d468ffffb301e9a2c4f532915a406d /drivers/infiniband/hw/mlx5/mad.c | |
parent | faa9141c2268ccbd469bd876ba97e98b38f50fae (diff) | |
download | linux-4edf8d5caf52968f3ebb58140835cfa1cfd72a2d.tar.xz |
IB/mlx5: Fix some spelling mistakes
Fix spelling mistakes in remarks
"retrun"->"return"
"Decalring"->"Declaring"
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/mlx5/mad.c')
-rw-r--r-- | drivers/infiniband/hw/mlx5/mad.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/mlx5/mad.c b/drivers/infiniband/hw/mlx5/mad.c index 18cfe5bf0fa3..1003b0133a49 100644 --- a/drivers/infiniband/hw/mlx5/mad.c +++ b/drivers/infiniband/hw/mlx5/mad.c @@ -204,7 +204,7 @@ static int process_pma_cmd(struct ib_device *ibdev, u8 port_num, int err; void *out_cnt; - /* Decalring support of extended counters */ + /* Declaring support of extended counters */ if (in_mad->mad_hdr.attr_id == IB_PMA_CLASS_PORT_INFO) { struct ib_class_port_info cpi = {}; |