netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fix incorrect spelling in drop monitor protocol
@ 2011-03-21 20:30 Neil Horman
  2011-03-22  1:20 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Neil Horman @ 2011-03-21 20:30 UTC (permalink / raw)
  To: netdev; +Cc: davem, Neil Horman

It was pointed out to me recently that my spelling could be better :)

Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
---
 net/core/drop_monitor.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/net/core/drop_monitor.c b/net/core/drop_monitor.c
index 36e603c..706502f 100644
--- a/net/core/drop_monitor.c
+++ b/net/core/drop_monitor.c
@@ -350,7 +350,7 @@ static int __init init_net_drop_monitor(void)
 	struct per_cpu_dm_data *data;
 	int cpu, rc;
 
-	printk(KERN_INFO "Initalizing network drop monitor service\n");
+	printk(KERN_INFO "Initializing network drop monitor service\n");
 
 	if (sizeof(void *) > 8) {
 		printk(KERN_ERR "Unable to store program counters on this arch, Drop monitor failed\n");
-- 
1.7.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] fix incorrect spelling in drop monitor protocol
  2011-03-21 20:30 [PATCH] fix incorrect spelling in drop monitor protocol Neil Horman
@ 2011-03-22  1:20 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2011-03-22  1:20 UTC (permalink / raw)
  To: nhorman; +Cc: netdev

From: Neil Horman <nhorman@tuxdriver.com>
Date: Mon, 21 Mar 2011 16:30:15 -0400

> It was pointed out to me recently that my spelling could be better :)
> 
> Signed-off-by: Neil Horman <nhorman@tuxdriver.com>

Applied, thanks Neil.

Please start adding some appropriate prefixes to your patch posting
subject lines, I added "net: " to this one, for example.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-03-22  1:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-21 20:30 [PATCH] fix incorrect spelling in drop monitor protocol Neil Horman
2011-03-22  1:20 ` David Miller

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).