All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] make a bunch of symbols static
@ 2020-04-07  3:21 Jason Yan
  2020-04-07  3:21 ` [PATCH 1/7] scsi: bfa: bfa_svc.c: make two functions static Jason Yan
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Jason Yan @ 2020-04-07  3:21 UTC (permalink / raw)
  To: anil.gurumurthy, sudarsana.kalluru, jejb, martin.petersen,
	linux-scsi
  Cc: Jason Yan

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(-)

-- 
2.17.2


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-04-15  1:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-07  3:21 [PATCH 0/7] make a bunch of symbols static Jason Yan
2020-04-07  3:21 ` [PATCH 1/7] scsi: bfa: bfa_svc.c: make two functions static Jason Yan
2020-04-07  3:21 ` [PATCH 2/7] scsi: bfa: bfa_core.c: make bfa_isr_rspq() static Jason Yan
2020-04-07  3:21 ` [PATCH 3/7] scsi: bfa: bfa_fcpim.c: make two functions static Jason Yan
2020-04-07  3:21 ` [PATCH 4/7] scsi: bfa: bfa_fcs_lport.c: make bfa_fcport_get_loop_attr() static Jason Yan
2020-04-07  3:22 ` [PATCH 5/7] scsi: bfa: bfa_ioc_ct.c: make two funcitons static Jason Yan
2020-04-07  3:22 ` [PATCH 6/7] scsi: bfa: bfad_attr.c: " Jason Yan
2020-04-07  3:22 ` [PATCH 7/7] scsi: bfa: bfad.c: make max_rport_logins static Jason Yan
2020-04-15  1:35 ` [PATCH 0/7] make a bunch of symbols static Martin K. Petersen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.