Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

scsi: bfa: Demote non-compliant kerneldoc headers to standard comments

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

drivers/scsi/bfa/bfa_ioc_ct.c:504: warning: Function parameter or member 'ioc' not described in 'bfa_ioc_set_ctx_hwif'
drivers/scsi/bfa/bfa_ioc_ct.c:504: warning: Function parameter or member 'hwif' not described in 'bfa_ioc_set_ctx_hwif'
drivers/scsi/bfa/bfa_ioc_ct.c:525: warning: Function parameter or member 'ioc' not described in 'bfa_ioc_set_ct_hwif'
drivers/scsi/bfa/bfa_ioc_ct.c:540: warning: Function parameter or member 'ioc' not described in 'bfa_ioc_set_ct2_hwif'

Link: https://lore.kernel.org/r/20200723122446.1329773-26-lee.jones@linaro.org
Cc: Anil Gurumurthy <anil.gurumurthy@qlogic.com>
Cc: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>

authored by

Lee Jones and committed by
Martin K. Petersen
eaefa330 f5816509

+3 -3
+3 -3
drivers/scsi/bfa/bfa_ioc_ct.c
··· 496 496 return BFA_FALSE; 497 497 } 498 498 499 - /** 499 + /* 500 500 * Called from bfa_ioc_attach() to map asic specific calls. 501 501 */ 502 502 static void ··· 517 517 hwif->ioc_get_alt_fwstate = bfa_ioc_ct_get_alt_ioc_fwstate; 518 518 } 519 519 520 - /** 520 + /* 521 521 * Called from bfa_ioc_attach() to map asic specific calls. 522 522 */ 523 523 void ··· 532 532 ioc->ioc_hwif = &hwif_ct; 533 533 } 534 534 535 - /** 535 + /* 536 536 * Called from bfa_ioc_attach() to map asic specific calls. 537 537 */ 538 538 void