diff options
author | Dirk Hohndel <hohndel@infradead.org> | 2009-09-28 21:56:07 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2009-10-06 00:22:10 -0400 |
commit | c21c8066be5a2870b3e047616e03e9e56a4701a4 (patch) | |
tree | c3e07d854a33755e0553711f2746ddb1cb52d1fb /drivers/ata | |
parent | 2fcad9d27168b287e3db61f6694254e0afa32f8c (diff) |
pata_ali: trivial fix of a very frequent spelling mistake
something-bility is spelled as something-blity
so a grep for 'blit' would find these lines
I broke this one out from the rest as it actually changes
the output of a kernel message - so it could in theory
change the behavior of tools that parse that ouput
Signed-off-by: Dirk Hohndel <hohndel@infradead.org>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/ata')
-rw-r--r-- | drivers/ata/pata_ali.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_ali.c b/drivers/ata/pata_ali.c index fc9c5d6d7d80..1432dc9d0ab8 100644 --- a/drivers/ata/pata_ali.c +++ b/drivers/ata/pata_ali.c | |||
@@ -290,7 +290,7 @@ static void ali_warn_atapi_dma(struct ata_device *adev) | |||
290 | 290 | ||
291 | if (print_info && adev->class == ATA_DEV_ATAPI && !ali_atapi_dma) { | 291 | if (print_info && adev->class == ATA_DEV_ATAPI && !ali_atapi_dma) { |
292 | ata_dev_printk(adev, KERN_WARNING, | 292 | ata_dev_printk(adev, KERN_WARNING, |
293 | "WARNING: ATAPI DMA disabled for reliablity issues. It can be enabled\n"); | 293 | "WARNING: ATAPI DMA disabled for reliability issues. It can be enabled\n"); |
294 | ata_dev_printk(adev, KERN_WARNING, | 294 | ata_dev_printk(adev, KERN_WARNING, |
295 | "WARNING: via pata_ali.atapi_dma modparam or corresponding sysfs node.\n"); | 295 | "WARNING: via pata_ali.atapi_dma modparam or corresponding sysfs node.\n"); |
296 | } | 296 | } |