diff options
Diffstat (limited to 'drivers/scsi/scsi.c')
-rw-r--r-- | drivers/scsi/scsi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/scsi.c b/drivers/scsi/scsi.c index 412a351c6cf7..ebc019380835 100644 --- a/drivers/scsi/scsi.c +++ b/drivers/scsi/scsi.c | |||
@@ -960,7 +960,7 @@ EXPORT_SYMBOL(__starget_for_each_device); | |||
960 | * reference. You must hold the host's host_lock over this call and | 960 | * reference. You must hold the host's host_lock over this call and |
961 | * any access to the returned scsi_device. | 961 | * any access to the returned scsi_device. |
962 | * | 962 | * |
963 | * Note: The only reason why drivers would want to use this is because | 963 | * Note: The only reason why drivers should use this is because |
964 | * they need to access the device list in irq context. Otherwise you | 964 | * they need to access the device list in irq context. Otherwise you |
965 | * really want to use scsi_device_lookup_by_target instead. | 965 | * really want to use scsi_device_lookup_by_target instead. |
966 | **/ | 966 | **/ |