rt2x00: trivial: add \n to WARNING message
authorJohannes Stezenbach <js@sig21.net>
Sun, 30 Jan 2011 12:22:22 +0000 (13:22 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 31 Jan 2011 20:06:24 +0000 (15:06 -0500)
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>
drivers/net/wireless/rt2x00/rt2x00queue.c

index 7d7fbe0..fa17c83 100644 (file)
@@ -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