aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/hvc_lguest.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/char/hvc_lguest.c')
-rw-r--r--drivers/char/hvc_lguest.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/char/hvc_lguest.c b/drivers/char/hvc_lguest.c
index 1de8967cce06..feeccbaec438 100644
--- a/drivers/char/hvc_lguest.c
+++ b/drivers/char/hvc_lguest.c
@@ -13,6 +13,9 @@
13 * functions. 13 * functions.
14 :*/ 14 :*/
15 15
16/*M:002 The console can be flooded: while the Guest is processing input the
17 * Host can send more. Buffering in the Host could alleviate this, but it is a
18 * difficult problem in general. :*/
16/* Copyright (C) 2006 Rusty Russell, IBM Corporation 19/* Copyright (C) 2006 Rusty Russell, IBM Corporation
17 * 20 *
18 * This program is free software; you can redistribute it and/or modify 21 * This program is free software; you can redistribute it and/or modify