Re: [PATCH] [hpsa] Fix the wrong chars in comment section

From: Bart Van Assche
Date: Mon Feb 14 2022 - 11:51:16 EST


On 2/13/22 00:59, James Wang wrote:
/* 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;

Has this patch been verified with checkpatch? The style of the above comment does not conform to the Linux kernel coding style. Please fix.

Thanks,

Bart.