ref: 308367d87644e2cd9bf9b6761dd4dd08fb832afe
parent: cd310e419c092435be07e5ff9d89c6151b8d5df9
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sun Dec 7 13:20:47 EST 2014
ethervirtio: fix missing */
--- a/sys/src/9/pc/ethervirtio.c
+++ b/sys/src/9/pc/ethervirtio.c
@@ -543,7 +543,7 @@
for(p = nil; p = pcimatch(p, 0, 0);){if(p->vid != 0x1AF4)
continue;
- /* the two possible DIDs for virtio-net
+ /* the two possible DIDs for virtio-net */
if(p->did != 0x1000 && p->did != 0x1041)
continue;
/* non-transitional devices will have a revision > 0 */
--
⑨