mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 22:51:42 +00:00
rt2x00: trivial: add \n to WARNING message
Acked-by: Gertjan van Wingerde <gwingerde@gmail.com> Signed-off-by: Johannes Stezenbach <js@sig21.net> Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
f5a9987dfb
commit
21957c31f6
@ -913,7 +913,7 @@ void rt2x00queue_flush_queue(struct data_queue *queue, bool drop)
|
||||
* The queue flush has failed...
|
||||
*/
|
||||
if (unlikely(!rt2x00queue_empty(queue)))
|
||||
WARNING(queue->rt2x00dev, "Queue %d failed to flush", queue->qid);
|
||||
WARNING(queue->rt2x00dev, "Queue %d failed to flush\n", queue->qid);
|
||||
|
||||
/*
|
||||
* Restore the queue to the previous status
|
||||
|
Loading…
Reference in New Issue
Block a user