Skip to content

Commit

Permalink
pata_ali: trivial fix of a very frequent spelling mistake
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Dirk Hohndel authored and Jeff Garzik committed Oct 6, 2009
1 parent 2fcad9d commit c21c806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ata/pata_ali.c
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ static void ali_warn_atapi_dma(struct ata_device *adev)

if (print_info && adev->class == ATA_DEV_ATAPI && !ali_atapi_dma) {
ata_dev_printk(adev, KERN_WARNING,
"WARNING: ATAPI DMA disabled for reliablity issues. It can be enabled\n");
"WARNING: ATAPI DMA disabled for reliability issues. It can be enabled\n");
ata_dev_printk(adev, KERN_WARNING,
"WARNING: via pata_ali.atapi_dma modparam or corresponding sysfs node.\n");
}
Expand Down

0 comments on commit c21c806

Please sign in to comment.