diff mbox series

[2/4] scsi: core: Update a source code comment

Message ID 20230425233446.1231000-3-bvanassche@acm.org
State Superseded
Headers show
Series SCSI core patches | expand

Commit Message

Bart Van Assche April 25, 2023, 11:34 p.m. UTC
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(-)

Comments

Christoph Hellwig April 28, 2023, 5:38 a.m. UTC | #1
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.
Bart Van Assche April 28, 2023, 4:58 p.m. UTC | #2
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 mbox series

Patch

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;