[PATCH] scsi: hpsa: fix incorrect comment format

Cryolitia PukNgae via B4 Relay posted 1 patch 2 months ago
drivers/scsi/hpsa.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] scsi: hpsa: fix incorrect comment format
Posted by Cryolitia PukNgae via B4 Relay 2 months ago
From: Cryolitia PukNgae <cryolitia@uniontech.com>

Comments should not have a leading plus sign.

Signed-off-by: Cryolitia PukNgae <cryolitia@uniontech.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 c73a71ac3c2901393826e86c0a53c58600fa86ae..3bb7a1d9af53a9a535b4bfa34c0d1d13b5918643 100644
--- a/drivers/scsi/hpsa.c
+++ b/drivers/scsi/hpsa.c
@@ -7632,8 +7632,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;

---
base-commit: 6bcdbd62bd56e6d7383f9e06d9d148935b3c9b73
change-id: 20250806-scsi_typo-f4cdcec330c3

Best regards,
-- 
Cryolitia PukNgae <cryolitia@uniontech.com>
Re: [PATCH] scsi: hpsa: fix incorrect comment format
Posted by Martin K. Petersen 1 month, 1 week ago
On Wed, 06 Aug 2025 11:13:16 +0800, Cryolitia PukNgae wrote:

> Comments should not have a leading plus sign.
> 
> 

Applied to 6.18/scsi-queue, thanks!

[1/1] scsi: hpsa: fix incorrect comment format
      https://git.kernel.org/mkp/scsi/c/e115d3d70ecc

-- 
Martin K. Petersen
Re: [PATCH] scsi: hpsa: fix incorrect comment format
Posted by Martin K. Petersen 1 month, 2 weeks ago
> Comments should not have a leading plus sign.

Applied to 6.18/scsi-staging, thanks!

-- 
Martin K. Petersen