* [PATCH] trivial fix of a very frequent spelling mistake
@ 2009-09-29 1:56 Dirk Hohndel
2009-09-29 2:01 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: Dirk Hohndel @ 2009-09-29 1:56 UTC (permalink / raw)
To: Jin Kosina; +Cc: kernel-janitors, linux-kernel, Jeff Garzik, linux-ide
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
Jeff, can you sign-off / NAK this, please?
Signed-off-by: Dirk Hohndel <hohndel@infradead.org>
---
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 fc9c5d6..1432dc9 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)
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");
}
--
1.6.2.5
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] trivial fix of a very frequent spelling mistake
2009-09-29 1:56 [PATCH] trivial fix of a very frequent spelling mistake Dirk Hohndel
@ 2009-09-29 2:01 ` Jeff Garzik
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2009-09-29 2:01 UTC (permalink / raw)
To: Dirk Hohndel; +Cc: Jin Kosina, kernel-janitors, linux-kernel, linux-ide
On 09/28/2009 09:56 PM, Dirk Hohndel wrote:
> 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
>
> Jeff, can you sign-off / NAK this, please?
>
> Signed-off-by: Dirk Hohndel<hohndel@infradead.org>
> ---
> drivers/ata/pata_ali.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
Yep, will send in the upcoming bug fix push...
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-09-29 2:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-29 1:56 [PATCH] trivial fix of a very frequent spelling mistake Dirk Hohndel
2009-09-29 2:01 ` Jeff Garzik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).