diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2008-03-28 12:05:52 -0400 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2008-03-27 20:05:53 -0400 |
commit | e18b094f0faa4889b06a112da17230a10b88c815 (patch) | |
tree | a06aa97ac95c45ee6774ddae7b8390af02129f54 | |
parent | 9b7a448e2b23101a776ddf639c9037d47244f7ab (diff) |
lguest: Don't need comment terminator before disk section.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
-rw-r--r-- | Documentation/lguest/lguest.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/lguest/lguest.c b/Documentation/lguest/lguest.c index bec5a32e4095..d45c7f682b1b 100644 --- a/Documentation/lguest/lguest.c +++ b/Documentation/lguest/lguest.c | |||
@@ -1383,7 +1383,6 @@ struct vblk_info | |||
1383 | * Launcher triggers interrupt to Guest. */ | 1383 | * Launcher triggers interrupt to Guest. */ |
1384 | int done_fd; | 1384 | int done_fd; |
1385 | }; | 1385 | }; |
1386 | /*:*/ | ||
1387 | 1386 | ||
1388 | /*L:210 | 1387 | /*L:210 |
1389 | * The Disk | 1388 | * The Disk |