Skip to content

Commit

Permalink
rt2x00: trivial: add \n to WARNING message
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Johannes Stezenbach authored and John W. Linville committed Jan 31, 2011
1 parent f5a9987 commit 21957c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/rt2x00/rt2x00queue.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 21957c3

Please sign in to comment.