public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] constify pci_error_handlers structures
@ 2017-08-12  5:44 Julia Lawall
  2017-08-12  5:44 ` [PATCH 1/6] scsi: mpt3sas: " Julia Lawall
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Julia Lawall @ 2017-08-12  5:44 UTC (permalink / raw)
  To: linux-scsi; +Cc: bhumirks, kernel-janitors, MPT-FusionLinux.pdl, linux-kernel

These pci_error_handlers structures are only stored in the err_handler
field of a pci_driver structure, and this field is declared as const.  Thus
the pci_error_handlers structures can be const too.

Done with the help of Coccinelle.

---

 drivers/misc/genwqe/card_base.c      |    2 +-
 drivers/scsi/aacraid/linit.c         |    2 +-
 drivers/scsi/be2iscsi/be_main.c      |    2 +-
 drivers/scsi/bfa/bfad.c              |    2 +-
 drivers/scsi/csiostor/csio_init.c    |    2 +-
 drivers/scsi/mpt3sas/mpt3sas_scsih.c |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

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

end of thread, other threads:[~2017-08-13 14:37 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-12  5:44 [PATCH 0/6] constify pci_error_handlers structures Julia Lawall
2017-08-12  5:44 ` [PATCH 1/6] scsi: mpt3sas: " Julia Lawall
2017-08-12  5:44 ` [PATCH 3/6] scsi: aacraid: " Julia Lawall
2017-08-13  2:32   ` Dave Carroll
2017-08-12  5:44 ` [PATCH 4/6] scsi: be2iscsi: " Julia Lawall
2017-08-12  5:44 ` [PATCH 5/6] [SCSI] csiostor: " Julia Lawall
2017-08-12  5:44 ` [PATCH 6/6] bfa: " Julia Lawall
2017-08-12  7:44 ` [PATCH 0/6] " Christoph Hellwig
2017-08-12  7:52   ` Julia Lawall
2017-08-12  7:56     ` Christoph Hellwig
2017-08-12  8:00       ` Julia Lawall
2017-08-12 11:51       ` Julia Lawall
2017-08-13 14:37         ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox