public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [hpsa] Fix the wrong chars in comment section
@ 2022-02-13  8:59 James Wang
  2022-02-14 16:51 ` Bart Van Assche
  0 siblings, 1 reply; 6+ messages in thread
From: James Wang @ 2022-02-13  8:59 UTC (permalink / raw)
  To: linux-kernel, linux-scsi, storagedev, martin.petersen, jejb,
	don.brace

These '+' should be redundant.

Signed-off-by: James Wang <jnwang@linux.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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-02-23  2:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-13  8:59 [PATCH] [hpsa] Fix the wrong chars in comment section James Wang
2022-02-14 16:51 ` Bart Van Assche
2022-02-15  1:52   ` [PATCH v2] " James Wang
2022-02-15 17:37     ` Bart Van Assche
2022-02-22  7:28       ` James Wang
2022-02-23  2:38       ` [PATCH v3] [hpsa] Improve the coding-style to comment sections James Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox