public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Some small cleanups for scsi/libsas
@ 2022-02-11  6:42 chenxiang
  2022-02-11  6:42 ` [PATCH 1/4] scsi: libsas: Use void for sas_discover_event() return code chenxiang
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: chenxiang @ 2022-02-11  6:42 UTC (permalink / raw)
  To: jejb, martin.petersen; +Cc: linuxarm, linux-scsi, john.garry, Xiang Chen

From: Xiang Chen <chenxiang66@hisilicon.com>

There are some cleanups related to scsi and libsas:
- Use void for sas_discover_event() return code;
- Remove duplicated setting for task->task_state_flags;
- Remove unused parameter for function sas_ata_eh();
- Remove unused member cmd_pool for structure scsi_host_template;

Xiang Chen (4):
  scsi: libsas: Use void for sas_discover_event() return code
  scsi: libsas: Remove duplicated setting for task->task_state_flags
  scsi: libsas: Remove unused parameter for function sas_ata_eh()
  scsi: Remove unused member cmd_pool for structure scsi_host_template

 drivers/scsi/libsas/sas_ata.c       | 4 +---
 drivers/scsi/libsas/sas_discover.c  | 6 ++----
 drivers/scsi/libsas/sas_scsi_host.c | 2 +-
 include/scsi/libsas.h               | 2 +-
 include/scsi/sas_ata.h              | 6 ++----
 include/scsi/scsi_host.h            | 3 ---
 6 files changed, 7 insertions(+), 16 deletions(-)

-- 
2.33.0


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

end of thread, other threads:[~2022-02-15  3:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-11  6:42 [PATCH 0/4] Some small cleanups for scsi/libsas chenxiang
2022-02-11  6:42 ` [PATCH 1/4] scsi: libsas: Use void for sas_discover_event() return code chenxiang
2022-02-11  6:42 ` [PATCH 2/4] scsi: libsas: Remove duplicated setting for task->task_state_flags chenxiang
2022-02-11  6:42 ` [PATCH 3/4] scsi: libsas: Remove unused parameter for function sas_ata_eh() chenxiang
2022-02-11  6:42 ` [PATCH 4/4] scsi: Remove unused member cmd_pool for structure scsi_host_template chenxiang
2022-02-11  9:10   ` John Garry
2022-02-11 22:14 ` [PATCH 0/4] Some small cleanups for scsi/libsas Martin K. Petersen
2022-02-15  3:19 ` Martin K. Petersen

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