Commit c0956bd2 authored by Ralf Hildebrandt's avatar Ralf Hildebrandt Committed by David S. Miller

[PKT_SCHED] cls_u32: Fix typo.

Signed-off-by: default avatarRalf Hildebrandt <Ralf.Hildebrandt@charite.de>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b9c6e3e9
...@@ -796,7 +796,7 @@ static int __init init_u32(void) ...@@ -796,7 +796,7 @@ static int __init init_u32(void)
{ {
printk("u32 classifier\n"); printk("u32 classifier\n");
#ifdef CONFIG_CLS_U32_PERF #ifdef CONFIG_CLS_U32_PERF
printk(" Perfomance counters on\n"); printk(" Performance counters on\n");
#endif #endif
#ifdef CONFIG_NET_CLS_POLICE #ifdef CONFIG_NET_CLS_POLICE
printk(" OLD policer on \n"); printk(" OLD policer on \n");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment