Re: [PATCH RFC 3/6] scsi: core: Add scsi_get_dev()

From: John Garry
Date: Wed Sep 21 2022 - 05:19:50 EST


On 20/09/2022 22:58, Damien Le Moal wrote:
+extern struct scsi_device *scsi_get_dev(struct device *parent, int channel, uint id, u64 lun);

You should not need extern here, and long line...

+
  /*
+

white line change.

   * DIF defines the exchange of protection information between
   * initiator and SBC block device.

ok, I'll tidy them.

Thanks,
John