ref: 887d02274d367018873a6533c658708cb0056be7
parent: 6b5d69391cb9351b49c480a3cc40f67e184a8d39
author: cinap_lenrek <[email protected]>
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 */