lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue, 15 Feb 2011 10:25:57 +0100 (CET)
From:	Jiri Kosina <jkosina@...e.cz>
To:	Jesper Juhl <jj@...osbits.net>
Cc:	Paul Bolle <pebolle@...cali.nl>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] [TRIVIAL] mISDN: fix printk typo fushing

On Tue, 15 Feb 2011, Jesper Juhl wrote:

> On Tue, 15 Feb 2011, Paul Bolle wrote:
> 
> > Signed-off-by: Paul Bolle <pebolle@...cali.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;
> >  	}
> > 

Applied.

-- 
Jiri Kosina
SUSE Labs, Novell Inc.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ