mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:46:16 +00:00
scsi: core: Fix an incorrect comment
The comment that scsi_static_device_list would go away was added more than 18 years ago. Today, that list is still there and a large number of additional entries have been added. This shows that this comment is incorrect. Hence fix that comment. Cc: Christoph Hellwig <hch@infradead.org> Cc: Avri Altman <Avri.Altman@wdc.com> Signed-off-by: Bart Van Assche <bvanassche@acm.org> Link: https://lore.kernel.org/r/20240612171522.2677600-1-bvanassche@acm.org Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
95f8bf932b
commit
14d38356ec
@ -39,13 +39,12 @@ static LIST_HEAD(scsi_dev_info_list);
|
||||
static char scsi_dev_flags[256];
|
||||
|
||||
/*
|
||||
* scsi_static_device_list: deprecated list of devices that require
|
||||
* settings that differ from the default, includes black-listed (broken)
|
||||
* devices. The entries here are added to the tail of scsi_dev_info_list
|
||||
* via scsi_dev_info_list_init.
|
||||
* scsi_static_device_list: list of devices that require settings that differ
|
||||
* from the default, includes black-listed (broken) devices. The entries here
|
||||
* are added to the tail of scsi_dev_info_list via scsi_dev_info_list_init.
|
||||
*
|
||||
* Do not add to this list, use the command line or proc interface to add
|
||||
* to the scsi_dev_info_list. This table will eventually go away.
|
||||
* If possible, set the BLIST_* flags from inside a SCSI LLD rather than
|
||||
* adding an entry to this list.
|
||||
*/
|
||||
static struct {
|
||||
char *vendor;
|
||||
|
Loading…
Reference in New Issue
Block a user