mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-22 02:36:35 -04:00
scsi: hpsa: Fix incorrect comment format
Comments should not have a leading plus sign. Signed-off-by: Cryolitia PukNgae <cryolitia@uniontech.com> Link: https://lore.kernel.org/r/20250806-scsi_typo-v1-1-ec353a303b31@uniontech.com Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
committed by
Martin K. Petersen
parent
f9f20d0263
commit
e115d3d70e
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user