]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
scsi: aic94xx: Repair kerneldoc formatting error and remove extra param
authorLee Jones <lee.jones@linaro.org>
Mon, 13 Jul 2020 07:46:43 +0000 (08:46 +0100)
committerMartin K. Petersen <martin.petersen@oracle.com>
Wed, 15 Jul 2020 20:01:59 +0000 (16:01 -0400)
commitbb458974e063be9c45e8a252fdd2c07328945c8f
tree6d4ce9433c1ede476b7cffb3ca6b7d85c55183cd
parente802fc43ba36be03327a5923e4decf39cd7cab47
scsi: aic94xx: Repair kerneldoc formatting error and remove extra param

Function parameters need to be documented with format '@.*: '.

'to' is not longer asd_start_timers()'s function parameter.

Fixes the following W=1 kernel build warning(s):

 drivers/scsi/aic94xx/aic94xx_hwi.c:589: warning: Function parameter or member 'asd_ha' not described in 'asd_init_ctxmem'
 drivers/scsi/aic94xx/aic94xx_hwi.c:1157: warning: Excess function parameter 'to' description in 'asd_start_scb_timers'

Link: https://lore.kernel.org/r/20200713074645.126138-28-lee.jones@linaro.org
Cc: Luben Tuikov <luben_tuikov@adaptec.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/aic94xx/aic94xx_hwi.c