From: John Garry Date: Mon, 13 Jul 2020 08:04:31 +0000 (+0800) Subject: scsi: hisi_sas: Remove one kerneldoc comment X-Git-Tag: v5.10.7~1830^2~199 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3d570a28ee8d7e724fc740019746a6e79c8db06c;p=platform%2Fkernel%2Flinux-rpi.git scsi: hisi_sas: Remove one kerneldoc comment The comment for interrupt_init_v2_hw() should not be a kerneldoc comment. Remove it. Link: https://lore.kernel.org/r/1594627471-235395-3-git-send-email-john.garry@huawei.com Signed-off-by: John Garry Signed-off-by: Martin K. Petersen --- diff --git a/drivers/scsi/hisi_sas/hisi_sas_v2_hw.c b/drivers/scsi/hisi_sas/hisi_sas_v2_hw.c index 4151b2c..ce84f2b 100644 --- a/drivers/scsi/hisi_sas/hisi_sas_v2_hw.c +++ b/drivers/scsi/hisi_sas/hisi_sas_v2_hw.c @@ -3302,7 +3302,7 @@ static irq_handler_t fatal_interrupts[HISI_SAS_FATAL_INT_NR] = { fatal_axi_int_v2_hw }; -/** +/* * There is a limitation in the hip06 chipset that we need * to map in all mbigen interrupts, even if they are not used. */