2006-08-15 09:02:46

by Ralf Hildebrandt

[permalink] [raw]
Subject: PATCH: Fix typo in net/sched/cls_u32.c

From: Ralf Hildebrandt <[email protected]>

Fixes a typo in net/sched/cls_u32.c.orig

Signed-off-by: Ralf Hildebrandt <[email protected]>

---

--- /usr/src/linux-2.6.17.8/net/sched/cls_u32.c.orig 2006-08-13 12:51:55.000000000 +0200
+++ /usr/src/linux-2.6.17.8/net/sched/cls_u32.c 2006-08-13 12:52:06.000000000 +0200
@@ -802,7 +802,7 @@
{
printk("u32 classifier\n");
#ifdef CONFIG_CLS_U32_PERF
- printk(" Perfomance counters on\n");
+ printk(" Performance counters on\n");
#endif
#ifdef CONFIG_NET_CLS_POLICE
printk(" OLD policer on \n");


--
_________________________________________________

Charit? - Universit?tsmedizin Berlin
_________________________________________________

Ralf Hildebrandt
i.A. Gesch?ftsbereich Informationsmanagement
Campus Benjamin Franklin
Hindenburgdamm 30 | Berlin
Tel. +49 30 450 570155 | Fax +49 30 450 570962
[email protected]
http://www.charite.de


2006-08-15 09:12:57

by David Miller

[permalink] [raw]
Subject: Re: PATCH: Fix typo in net/sched/cls_u32.c

From: Ralf Hildebrandt <[email protected]>
Date: Tue, 15 Aug 2006 11:02:07 +0200

> From: Ralf Hildebrandt <[email protected]>
>
> Fixes a typo in net/sched/cls_u32.c.orig
>
> Signed-off-by: Ralf Hildebrandt <[email protected]>

Applied, thanks.