From: Stefan Weil <weil@mail.berlios.de>
To: Dmitry Torokhov <dmitry.torokhov@gmail.com>,
Dave Young <hidave.darkstar@gmail.com>,
Matthew Garrett <mjg@redhat.com>,
"David S . Miller" <davem@davemloft.net>,
linux-input@vger.kernel.org, linux-kernel@vger.kernel.org,
netdev@vger.kernel.org
Cc: Stefan Weil <weil@mail.berlios.de>
Subject: [PATCH] Fix spelling in log messages
Date: Thu, 7 Jan 2010 00:05:37 +0100 [thread overview]
Message-ID: <1262819137-16775-1-git-send-email-weil@mail.berlios.de> (raw)
Replace platfrom -> platform.
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
---
drivers/input/serio/i8042.c | 2 +-
drivers/net/davinci_emac.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/input/serio/i8042.c b/drivers/input/serio/i8042.c
index d84a36e..33f3541 100644
--- a/drivers/input/serio/i8042.c
+++ b/drivers/input/serio/i8042.c
@@ -430,7 +430,7 @@ static bool i8042_filter(unsigned char data, unsigned char str,
}
if (i8042_platform_filter && i8042_platform_filter(data, str, serio)) {
- dbg("Filtered out by platfrom filter\n");
+ dbg("Filtered out by platform filter\n");
return true;
}
diff --git a/drivers/net/davinci_emac.c b/drivers/net/davinci_emac.c
index 107bc5f..4741ade 100644
--- a/drivers/net/davinci_emac.c
+++ b/drivers/net/davinci_emac.c
@@ -2652,7 +2652,7 @@ static int __devinit davinci_emac_probe(struct platform_device *pdev)
pdata = pdev->dev.platform_data;
if (!pdata) {
- printk(KERN_ERR "DaVinci EMAC: No platfrom data\n");
+ printk(KERN_ERR "DaVinci EMAC: No platform data\n");
return -ENODEV;
}
--
1.5.6.5
next reply other threads:[~2010-01-06 23:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-06 23:05 Stefan Weil [this message]
2010-01-06 23:59 ` Jiri Kosina
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1262819137-16775-1-git-send-email-weil@mail.berlios.de \
--to=weil@mail.berlios.de \
--cc=davem@davemloft.net \
--cc=dmitry.torokhov@gmail.com \
--cc=hidave.darkstar@gmail.com \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mjg@redhat.com \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®