summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/efa/efa_admin_defs.h
diff options
context:
space:
mode:
authorGal Pressman <galpress@amazon.com>2021-01-26 15:06:59 +0300
committerJason Gunthorpe <jgg@nvidia.com>2021-01-28 22:56:13 +0300
commit631b6189b8fef6f65db99498ad8e81fadd97d41e (patch)
treee157efbee9a09c1d78f837b7ca91ea8f91dac1f4 /drivers/infiniband/hw/efa/efa_admin_defs.h
parentc2a5056814f5dd77e7a20ed27b99820dbf6c2a12 (diff)
downloadlinux-631b6189b8fef6f65db99498ad8e81fadd97d41e.tar.xz
RDMA/efa: Remove unnecessary indentation in defs comments
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>
Diffstat (limited to 'drivers/infiniband/hw/efa/efa_admin_defs.h')
-rw-r--r--drivers/infiniband/hw/efa/efa_admin_defs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/infiniband/hw/efa/efa_admin_defs.h b/drivers/infiniband/hw/efa/efa_admin_defs.h
index 29d53ed63b3e..78ff9389ae25 100644
--- a/drivers/infiniband/hw/efa/efa_admin_defs.h
+++ b/drivers/infiniband/hw/efa/efa_admin_defs.h
@@ -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;
};