commit | 57c3229ba1c5cecae277301b8b16577fbf2de98b | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Sun May 09 14:35:43 2010 +0300 |
committer | Michael S. Tsirkin <mst@redhat.com> | Wed May 12 18:33:39 2010 +0300 |
tree | cad5ce470e58531d5d10c9962a4f3fa82ca26c0e | |
parent | fae054b070143a60ce40671470292efc2dc58a49 [diff] |
virtio-net: return with value in void function virtio-net has return with value in a void function. No idea why does it compile with gcc, but this isn't standard C. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>