[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1644742790-87210-1-git-send-email-jnwang@linux.alibaba.com>
Date: Sun, 13 Feb 2022 16:59:50 +0800
From: James Wang <jnwang@...ux.alibaba.com>
To: linux-kernel@...r.kernel.org, linux-scsi@...r.kernel.org,
storagedev@...rochip.com, martin.petersen@...cle.com,
jejb@...ux.ibm.com, don.brace@...rochip.com
Subject: [PATCH] [hpsa] Fix the wrong chars in comment section
These '+' should be redundant.
Signed-off-by: James Wang <jnwang@...ux.alibaba.com>
---
drivers/scsi/hpsa.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/scsi/hpsa.c b/drivers/scsi/hpsa.c
index a47bcce..34cd6c8 100644
--- a/drivers/scsi/hpsa.c
+++ b/drivers/scsi/hpsa.c
@@ -7641,8 +7641,8 @@ static void hpsa_free_cfgtables(struct ctlr_info *h)
}
/* Find and map CISS config table and transfer table
-+ * several items must be unmapped (freed) later
-+ * */
+ * several items must be unmapped (freed) later
+ * */
static int hpsa_find_cfgtables(struct ctlr_info *h)
{
u64 cfg_offset;
--
1.8.3.1
Powered by blists - more mailing lists