diff options
Diffstat (limited to 'arch/um/drivers/line.c')
-rw-r--r-- | arch/um/drivers/line.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/drivers/line.c b/arch/um/drivers/line.c index 24747a413785..cfd9f01fd464 100644 --- a/arch/um/drivers/line.c +++ b/arch/um/drivers/line.c | |||
@@ -497,7 +497,7 @@ void close_lines(struct line *lines, int nlines) | |||
497 | } | 497 | } |
498 | 498 | ||
499 | /* Common setup code for both startup command line and mconsole initialization. | 499 | /* Common setup code for both startup command line and mconsole initialization. |
500 | * @lines contains the the array (of size @num) to modify; | 500 | * @lines contains the array (of size @num) to modify; |
501 | * @init is the setup string; | 501 | * @init is the setup string; |
502 | */ | 502 | */ |
503 | 503 | ||