On 3/7/23 02:55, John Garry wrote:
+#define to_sdebug_host_from_shost(shost) \ + to_sdebug_host(shost->dma_dev)
Please make the name of this macro shorter and following naming conventions used elsewhere in the SCSI core. How about the following name: shost_to_sdebug_host()?
Thanks, Bart.