diff options
author | Finn Thain <fthain@telegraphics.com.au> | 2014-10-02 21:42:17 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-10-29 09:33:46 -0400 |
commit | 542cb4593104ae306970eb181ea42a01f1a79ed2 (patch) | |
tree | bc0583772522ffdb747795e70d41196b621c9930 /include/scsi | |
parent | de869917c663f44b5b032bff238bad22e15dda56 (diff) |
scsi: Fix "choir" and "beeing" malaprops
Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include/scsi')
-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 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 | */ |