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