aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi/scsi_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/scsi/scsi_host.h')
-rw-r--r--include/scsi/scsi_host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/scsi/scsi_host.h b/include/scsi/scsi_host.h
index ba2034779961..b286b5787c85 100644
--- a/include/scsi/scsi_host.h
+++ b/include/scsi/scsi_host.h
@@ -555,7 +555,7 @@ struct Scsi_Host {
555 * __devices is protected by the host_lock, but you should 555 * __devices is protected by the host_lock, but you should
556 * usually use scsi_device_lookup / shost_for_each_device 556 * usually use scsi_device_lookup / shost_for_each_device
557 * to access it and don't care about locking yourself. 557 * to access it and don't care about locking yourself.
558 * In the rare case of beeing in irq context you can use 558 * In the rare case of being in irq context you can use
559 * their __ prefixed variants with the lock held. NEVER 559 * their __ prefixed variants with the lock held. NEVER
560 * access this list directly from a driver. 560 * access this list directly from a driver.
561 */ 561 */