diff options
author | Dirk Hohndel <hohndel@infradead.org> | 2009-09-28 21:43:57 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-11-09 03:40:54 -0500 |
commit | 06fe9fb4182177fb046e6d934f80254dd90956ea (patch) | |
tree | ae394e643ae90641a6358296b9f9a5c13e79c189 /drivers/scsi | |
parent | 5b73a41c02002ed2ee6b805d0c3691fb9ab9dc4f (diff) |
tree-wide: fix a very frequent spelling mistake
something-bility is spelled as something-blity
so a grep for 'blit' would find these lines
this is so trivial that I didn't split it by subsystem / copy
additional maintainers - all changes are to comments
The only purpose is to get fewer false positives when grepping
around the kernel sources.
Signed-off-by: Dirk Hohndel <hohndel@infradead.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/scsi')
-rw-r--r-- | drivers/scsi/3w-9xxx.c | 2 | ||||
-rw-r--r-- | drivers/scsi/3w-xxxx.c | 2 | ||||
-rw-r--r-- | drivers/scsi/nsp32.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/drivers/scsi/3w-9xxx.c b/drivers/scsi/3w-9xxx.c index 36c21b19e5d7..b59e240f2385 100644 --- a/drivers/scsi/3w-9xxx.c +++ b/drivers/scsi/3w-9xxx.c | |||
@@ -732,7 +732,7 @@ static int twa_chrdev_ioctl(struct inode *inode, struct file *file, unsigned int | |||
732 | break; | 732 | break; |
733 | case TW_IOCTL_GET_COMPATIBILITY_INFO: | 733 | case TW_IOCTL_GET_COMPATIBILITY_INFO: |
734 | tw_ioctl->driver_command.status = 0; | 734 | tw_ioctl->driver_command.status = 0; |
735 | /* Copy compatiblity struct into ioctl data buffer */ | 735 | /* Copy compatibility struct into ioctl data buffer */ |
736 | tw_compat_info = (TW_Compatibility_Info *)tw_ioctl->data_buffer; | 736 | tw_compat_info = (TW_Compatibility_Info *)tw_ioctl->data_buffer; |
737 | memcpy(tw_compat_info, &tw_dev->tw_compat_info, sizeof(TW_Compatibility_Info)); | 737 | memcpy(tw_compat_info, &tw_dev->tw_compat_info, sizeof(TW_Compatibility_Info)); |
738 | break; | 738 | break; |
diff --git a/drivers/scsi/3w-xxxx.c b/drivers/scsi/3w-xxxx.c index faa0fcfed71e..ff04821549aa 100644 --- a/drivers/scsi/3w-xxxx.c +++ b/drivers/scsi/3w-xxxx.c | |||
@@ -8,7 +8,7 @@ | |||
8 | 8 | ||
9 | Copyright (C) 1999-2009 3ware Inc. | 9 | Copyright (C) 1999-2009 3ware Inc. |
10 | 10 | ||
11 | Kernel compatiblity By: Andre Hedrick <andre@suse.com> | 11 | Kernel compatibility By: Andre Hedrick <andre@suse.com> |
12 | Non-Copyright (C) 2000 Andre Hedrick <andre@suse.com> | 12 | Non-Copyright (C) 2000 Andre Hedrick <andre@suse.com> |
13 | 13 | ||
14 | Further tiny build fixes and trivial hoovering Alan Cox | 14 | Further tiny build fixes and trivial hoovering Alan Cox |
diff --git a/drivers/scsi/nsp32.c b/drivers/scsi/nsp32.c index 2be7d5b018d2..2c98a6ee973b 100644 --- a/drivers/scsi/nsp32.c +++ b/drivers/scsi/nsp32.c | |||
@@ -1419,7 +1419,7 @@ static irqreturn_t do_nsp32_isr(int irq, void *dev_id) | |||
1419 | nsp32_msg(KERN_ERR, "Received unexpected BMCNTERR IRQ! "); | 1419 | nsp32_msg(KERN_ERR, "Received unexpected BMCNTERR IRQ! "); |
1420 | /* | 1420 | /* |
1421 | * TODO: To be implemented improving bus master | 1421 | * TODO: To be implemented improving bus master |
1422 | * transfer reliablity when BMCNTERR is occurred in | 1422 | * transfer reliability when BMCNTERR is occurred in |
1423 | * AutoSCSI phase described in specification. | 1423 | * AutoSCSI phase described in specification. |
1424 | */ | 1424 | */ |
1425 | } | 1425 | } |