Message ID | 20230425233446.1231000-3-bvanassche@acm.org |
---|---|
State | Superseded |
Headers | show |
Series | SCSI core patches | expand |
Hi Bart, this is the first patch of the series I'm seeing in my inbox. It seems like patch 1 and the cover letter got lost, making a useful review impossible.
On 4/27/23 22:38, Christoph Hellwig wrote: > Hi Bart, this is the first patch of the series I'm seeing in my > inbox. It seems like patch 1 and the cover letter got lost, > making a useful review impossible. Hi Christoph, I will Cc you on the entire patch series when I repost it. Bart.
diff --git a/include/scsi/scsi_host.h b/include/scsi/scsi_host.h index 0f29799efa02..f3e071fd61bd 100644 --- a/include/scsi/scsi_host.h +++ b/include/scsi/scsi_host.h @@ -365,7 +365,7 @@ struct scsi_host_template { /* - * Name of proc directory + * Name reported via the proc_name SCSI host attribute. */ const char *proc_name;
Make sure that the 'proc_name' comment correctly reflects its new role. Cc: Christoph Hellwig <hch@lst.de> Cc: Ming Lei <ming.lei@redhat.com> Cc: Hannes Reinecke <hare@suse.de> Cc: John Garry <john.g.garry@oracle.com> Cc: Mike Christie <michael.christie@oracle.com> Signed-off-by: Bart Van Assche <bvanassche@acm.org> --- include/scsi/scsi_host.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)