Commit 1752a373c4c567445057f1f51d8558ec8cf5d641
Committed by
Jiri Kosina
1 parent
46a1ca7068
Exists in
master
and in
39 other branches
mISDN: fix printk typo fushing
Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Reviewed-by: Jesper Juhl <jj@chaosbits.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Showing 1 changed file with 3 additions and 3 deletions Side-by-side Diff
drivers/isdn/mISDN/hwchannel.c
... | ... | @@ -206,7 +206,7 @@ |
206 | 206 | hh->id = id; |
207 | 207 | if (bch->rcount >= 64) { |
208 | 208 | printk(KERN_WARNING "B-channel %p receive queue overflow, " |
209 | - "fushing!\n", bch); | |
209 | + "flushing!\n", bch); | |
210 | 210 | skb_queue_purge(&bch->rqueue); |
211 | 211 | bch->rcount = 0; |
212 | 212 | return; |
... | ... | @@ -231,7 +231,7 @@ |
231 | 231 | { |
232 | 232 | if (bch->rcount >= 64) { |
233 | 233 | printk(KERN_WARNING "B-channel %p receive queue overflow, " |
234 | - "fushing!\n", bch); | |
234 | + "flushing!\n", bch); | |
235 | 235 | skb_queue_purge(&bch->rqueue); |
236 | 236 | bch->rcount = 0; |
237 | 237 | } |
... | ... | @@ -279,7 +279,7 @@ |
279 | 279 | |
280 | 280 | if (bch->rcount >= 64) { |
281 | 281 | printk(KERN_WARNING "B-channel %p receive queue overflow, " |
282 | - "fushing!\n", bch); | |
282 | + "flushing!\n", bch); | |
283 | 283 | skb_queue_purge(&bch->rqueue); |
284 | 284 | bch->rcount = 0; |
285 | 285 | } |