summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2012-07-13 16:00:43 +0200
committerKay Sievers <kay@vrfy.org>2012-07-13 16:00:43 +0200
commit8b869125898eede2463764041872baada791cb50 (patch)
tree69f6a51b5c54a28ab9bb766bdcfeb531b0b452c2
parent954674b4e1e09170e620d1554fae3daaf069b0ef (diff)
downloadpatches-8b869125898eede2463764041872baada791cb50.tar.gz
update changelog
-rw-r--r--03-kmsg-cont-order.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/03-kmsg-cont-order.patch b/03-kmsg-cont-order.patch
index fd7755c..eb2d4c8 100644
--- a/03-kmsg-cont-order.patch
+++ b/03-kmsg-cont-order.patch
@@ -12,8 +12,8 @@ If the console is busy and other messages are still queued up, we should not
try flush fragments of continuation lines, but sort them after the queued
up messages.
-This keeps the console output better readable in case we receive over-long
-continuation lines we need to flush.
+This keeps the console output better readable in case printk()s case against
+each other, or we receive over-long continuation lines we need to flush.
Signed-off-by: Kay Sievers <kay@vrfy.org>
---