summaryrefslogtreecommitdiffstats
path: root/net/core/drop_monitor.c
diff options
context:
space:
mode:
authorNeil Horman2011-03-22 02:20:26 +0100
committerDavid S. Miller2011-03-22 02:20:26 +0100
commitac0a121d7906b049dfee3649f886c969fbb3c1b7 (patch)
treee6df48f72520923539a66b8d138e17a08db742cb /net/core/drop_monitor.c
parentcan: c_can: Do basic c_can configuration _before_ enabling the interrupts (diff)
downloadkernel-qcow2-linux-ac0a121d7906b049dfee3649f886c969fbb3c1b7.tar.gz
kernel-qcow2-linux-ac0a121d7906b049dfee3649f886c969fbb3c1b7.tar.xz
kernel-qcow2-linux-ac0a121d7906b049dfee3649f886c969fbb3c1b7.zip
net: fix incorrect spelling in drop monitor protocol
It was pointed out to me recently that my spelling could be better :) Signed-off-by: Neil Horman <nhorman@tuxdriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/drop_monitor.c')
-rw-r--r--net/core/drop_monitor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/drop_monitor.c b/net/core/drop_monitor.c
index 36e603c78ce9..706502ff64aa 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");