diff options
author | Bart Van Assche <bart.vanassche@gmail.com> | 2009-12-04 20:43:37 +0100 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2010-01-18 10:48:06 -0600 |
commit | 9b7dac086bec7c71722d6e79464609e17f0996e7 (patch) | |
tree | 6a2395d59b945c750a9188c239236dd301314f18 /drivers/scsi/ibmvscsi | |
parent | 40c4f3e4eaa7eda2b0a00abd4d69778808d26f77 (diff) | |
download | linux-9b7dac086bec7c71722d6e79464609e17f0996e7.tar.gz linux-9b7dac086bec7c71722d6e79464609e17f0996e7.tar.bz2 linux-9b7dac086bec7c71722d6e79464609e17f0996e7.zip |
[SCSI] ibmvscsi: fix a typo in a source code comment
Signed-off-by: Bart Van Assche <bart.vanassche@gmail.com>
Acked-by: Brian King <brking@linux.vnet.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/ibmvscsi')
-rw-r--r-- | drivers/scsi/ibmvscsi/ibmvscsi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/ibmvscsi/ibmvscsi.c b/drivers/scsi/ibmvscsi/ibmvscsi.c index e475b7957c2d..e3a18e0ef276 100644 --- a/drivers/scsi/ibmvscsi/ibmvscsi.c +++ b/drivers/scsi/ibmvscsi/ibmvscsi.c @@ -40,7 +40,7 @@ * (CRQ), which is just a buffer of 16 byte entries in the receiver's * Senders cannot access the buffer directly, but send messages by * making a hypervisor call and passing in the 16 bytes. The hypervisor - * puts the message in the next 16 byte space in round-robbin fashion, + * puts the message in the next 16 byte space in round-robin fashion, * turns on the high order bit of the message (the valid bit), and * generates an interrupt to the receiver (if interrupts are turned on.) * The receiver just turns off the valid bit when they have copied out |