RDMA/efa: Remove unnecessary indentation in defs comments
authorGal Pressman <galpress@amazon.com>
Tue, 26 Jan 2021 12:06:59 +0000 (14:06 +0200)
committerJason Gunthorpe <jgg@nvidia.com>
Thu, 28 Jan 2021 19:56:13 +0000 (15:56 -0400)
The indentation in the subsequent comment lines is unnecessary, remove it.

Link: https://lore.kernel.org/r/20210126120702.9807-4-galpress@amazon.com
Reviewed-by: Firas JahJah <firasj@amazon.com>
Reviewed-by: Yossi Leybovich <sleybo@amazon.com>
Signed-off-by: Gal Pressman <galpress@amazon.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/hw/efa/efa_admin_cmds_defs.h
drivers/infiniband/hw/efa/efa_admin_defs.h

index b199e4a..d383850 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause */
 /*
- * Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All rights reserved.
+ * Copyright 2018-2021 Amazon.com, Inc. or its affiliates. All rights reserved.
  */
 
 #ifndef _EFA_ADMIN_CMDS_H_
@@ -161,8 +161,8 @@ struct efa_admin_create_qp_resp {
        u32 qp_handle;
 
        /*
-        * QP number in the given EFA virtual device. Least-significant bits
-        *    (as needed according to max_qp) carry unique QP ID
+        * QP number in the given EFA virtual device. Least-significant bits (as
+        * needed according to max_qp) carry unique QP ID
         */
        u16 qp_num;
 
@@ -465,7 +465,7 @@ struct efa_admin_create_cq_cmd {
 
        /*
         * number of sub cqs - must be equal to sub_cqs_per_cq of queue
-        *    attributes.
+        * attributes.
         */
        u16 num_sub_cqs;
 
index 29d53ed..78ff938 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause */
 /*
- * Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All rights reserved.
+ * Copyright 2018-2021 Amazon.com, Inc. or its affiliates. All rights reserved.
  */
 
 #ifndef _EFA_ADMIN_H_
@@ -82,7 +82,7 @@ struct efa_admin_acq_common_desc {
 
        /*
         * indicates to the driver which AQ entry has been consumed by the
-        *    device and could be reused
+        * device and could be reused
         */
        u16 sq_head_indx;
 };