diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2008-03-28 11:05:52 -0500 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2008-03-28 11:05:53 +1100 |
commit | e18b094f0faa4889b06a112da17230a10b88c815 (patch) | |
tree | a06aa97ac95c45ee6774ddae7b8390af02129f54 /Documentation/lguest | |
parent | 9b7a448e2b23101a776ddf639c9037d47244f7ab (diff) |
lguest: Don't need comment terminator before disk section.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'Documentation/lguest')
-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 * Launcher triggers interrupt to Guest. */ int done_fd; }; -/*:*/ /*L:210 * The Disk |