mbox series

[0/7] make a bunch of symbols static

Message ID 20200407032202.36789-1-yanaijie@huawei.com (mailing list archive)
Headers show
Series make a bunch of symbols static | expand

Message

Jason Yan April 7, 2020, 3:21 a.m. UTC
Fix some sparse warnings.

Jason Yan (7):
  scsi: bfa: bfa_svc.c: make two functions static
  scsi: bfa: bfa_core.c: make bfa_isr_rspq() static
  scsi: bfa: bfa_fcpim.c: make two functions static
  scsi: bfa: bfa_fcs_lport.c: make bfa_fcport_get_loop_attr() static
  scsi: bfa: bfa_ioc_ct.c: make two funcitons static
  scsi: bfa: bfad_attr.c: make two funcitons static
  scsi: bfa: bfad.c: make max_rport_logins static

 drivers/scsi/bfa/bfa_core.c      | 2 +-
 drivers/scsi/bfa/bfa_fcpim.c     | 4 ++--
 drivers/scsi/bfa/bfa_fcs_lport.c | 2 +-
 drivers/scsi/bfa/bfa_ioc_ct.c    | 4 ++--
 drivers/scsi/bfa/bfa_svc.c       | 4 ++--
 drivers/scsi/bfa/bfad.c          | 2 +-
 drivers/scsi/bfa/bfad_attr.c     | 4 ++--
 7 files changed, 11 insertions(+), 11 deletions(-)

Comments

Martin K. Petersen April 15, 2020, 1:35 a.m. UTC | #1
Jason,

> Fix some sparse warnings.
>
> Jason Yan (7):
>   scsi: bfa: bfa_svc.c: make two functions static
>   scsi: bfa: bfa_core.c: make bfa_isr_rspq() static
>   scsi: bfa: bfa_fcpim.c: make two functions static
>   scsi: bfa: bfa_fcs_lport.c: make bfa_fcport_get_loop_attr() static
>   scsi: bfa: bfa_ioc_ct.c: make two funcitons static
>   scsi: bfa: bfad_attr.c: make two funcitons static
>   scsi: bfa: bfad.c: make max_rport_logins static

Applied to 5.8/scsi-queue, thanks!