IB/mlx5: Fix some spelling mistakes
authorTalat Batheesh <talatb@mellanox.com>
Thu, 17 Aug 2017 12:50:44 +0000 (15:50 +0300)
committerDoug Ledford <dledford@redhat.com>
Thu, 24 Aug 2017 20:27:11 +0000 (16:27 -0400)
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>
drivers/infiniband/hw/mlx5/cq.c
drivers/infiniband/hw/mlx5/mad.c

index c155df4..2aa53f4 100644 (file)
@@ -499,7 +499,7 @@ static void mlx5_ib_poll_sw_comp(struct mlx5_ib_cq *cq, int num_entries,
        struct mlx5_ib_qp *qp;
 
        *npolled = 0;
-       /* Find uncompleted WQEs belonging to that cq and retrun mmics ones */
+       /* Find uncompleted WQEs belonging to that cq and return mmics ones */
        list_for_each_entry(qp, &cq->list_send_qp, cq_send_list) {
                sw_send_comp(qp, num_entries, wc + *npolled, npolled);
                if (*npolled >= num_entries)
index 18cfe5b..1003b01 100644 (file)
@@ -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 = {};