virtio: fix typo in comment
authorChen Baozi <chenbaozi@gmail.com>
Sun, 20 May 2012 02:44:34 +0000 (10:44 +0800)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 22 May 2012 02:46:16 +0000 (12:16 +0930)
- Delete "@request_vqs" and "@free_vqs" comments, since
  they are no longer in struct virtio_config_ops.
- According to the macro below, "@val" should be "@v".

Signed-off-by: Chen Baozi <chenbaozi@gmail.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>

No differences found