Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

scsi: core: Remove an incorrect comment

scsi_device.sdev_target is used in more code than the single_lun code,
hence remove the comment next to the definition of the sdev_target member.

Link: https://lore.kernel.org/r/20210415220826.29438-3-bvanassche@acm.org
Cc: Christoph Hellwig <hch@lst.de>
Cc: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Cc: Hannes Reinecke <hare@suse.de>
Cc: Daniel Wagner <dwagner@suse.de>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>

authored by

Bart Van Assche and committed by
Martin K. Petersen
886874af 76fc0df9

+1 -1
+1 -1
include/scsi/scsi_device.h
··· 146 146 struct scsi_vpd __rcu *vpd_pg80; 147 147 struct scsi_vpd __rcu *vpd_pg89; 148 148 unsigned char current_tag; /* current tag */ 149 - struct scsi_target *sdev_target; /* used only for single_lun */ 149 + struct scsi_target *sdev_target; 150 150 151 151 blist_flags_t sdev_bflags; /* black/white flags as also found in 152 152 * scsi_devinfo.[hc]. For now used only to