scsi: bfa: Declare 'bfad_im_vport_attrs' static
authorBart Van Assche <bvanassche@acm.org>
Mon, 29 Nov 2021 19:46:03 +0000 (11:46 -0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 30 Nov 2021 04:02:14 +0000 (23:02 -0500)
commit69e623791eb3ff3457c71ef734fdc82f6f3cc3c1
treef857c81d0077f9652621c1e7630c1574ae86ba58
parent471d6840559ae8bd1ed7e222d68f15373f6890f9
scsi: bfa: Declare 'bfad_im_vport_attrs' static

Fix the following kernel-doc warning:

'bfad_im_vport_attrs' is only used in one source file. Hence declare this
array static.

Link: https://lore.kernel.org/r/20211129194609.3466071-7-bvanassche@acm.org
Fixes: e73af234a1a2 ("scsi: bfa: Switch to attribute groups")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/bfa/bfad_attr.c