lkml.org 
[lkml]   [2011]   [Feb]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] [TRIVIAL] mISDN: fix printk typo fushing
On Tue, 15 Feb 2011, Paul Bolle wrote:

> Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
> ---
> drivers/isdn/mISDN/hwchannel.c | 6 +++---
> 1 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/isdn/mISDN/hwchannel.c b/drivers/isdn/mISDN/hwchannel.c
> index 199f374..f6e108d 100644
> --- a/drivers/isdn/mISDN/hwchannel.c
> +++ b/drivers/isdn/mISDN/hwchannel.c
> @@ -206,7 +206,7 @@ recv_Bchannel(struct bchannel *bch, unsigned int id)
> hh->id = id;
> if (bch->rcount >= 64) {
> printk(KERN_WARNING "B-channel %p receive queue overflow, "
> - "fushing!\n", bch);
> + "flushing!\n", bch);
> skb_queue_purge(&bch->rqueue);
> bch->rcount = 0;
> return;
> @@ -231,7 +231,7 @@ recv_Bchannel_skb(struct bchannel *bch, struct sk_buff *skb)
> {
> if (bch->rcount >= 64) {
> printk(KERN_WARNING "B-channel %p receive queue overflow, "
> - "fushing!\n", bch);
> + "flushing!\n", bch);
> skb_queue_purge(&bch->rqueue);
> bch->rcount = 0;
> }
> @@ -279,7 +279,7 @@ confirm_Bsend(struct bchannel *bch)
>
> if (bch->rcount >= 64) {
> printk(KERN_WARNING "B-channel %p receive queue overflow, "
> - "fushing!\n", bch);
> + "flushing!\n", bch);
> skb_queue_purge(&bch->rqueue);
> bch->rcount = 0;
> }
>

Reviewed-by: Jesper Juhl <jj@chaosbits.net>

--
Jesper Juhl <jj@chaosbits.net> http://www.chaosbits.net/
Plain text mails only, please.
Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html



\
 
 \ /
  Last update: 2011-02-15 00:15    [W:0.035 / U:0.348 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site