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