mbox series

[v2,0/6] SCSI disk source code cleanup

Message ID 20240805234250.271828-1-bvanassche@acm.org
Headers show
Series SCSI disk source code cleanup | expand

Message

Bart Van Assche Aug. 5, 2024, 11:42 p.m. UTC
Hi Martin,

This patch series removes multiple forward declarations from the SCSI disk (sd)
driver and also makes error messages easier to find with grep. Please consider
this patch series for the next merge window.

Thanks,

Bart.

Changes compared to v1:
 - reduced function argument indentation (whitespace only change).

Bart Van Assche (6):
  scsi: sd: Move the sd_remove() function definition
  scsi: sd: Move the sd_config_discard() function definition
  scsi: sd: Move the sd_config_write_same() function definition
  scsi: sd: Move the scsi_disk_release() function definition
  scsi: sd: Move the sd_fops definition
  scsi: sd: Do not split error messages

 drivers/scsi/sd.c | 413 ++++++++++++++++++++++------------------------
 1 file changed, 199 insertions(+), 214 deletions(-)