From 887d02274d367018873a6533c658708cb0056be7 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Sun, 7 Dec 2014 18:20:47 +0100 Subject: ethervirtio: fix missing */ --- sys/src/9/pc/ethervirtio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/src/9/pc/ethervirtio.c') diff --git a/sys/src/9/pc/ethervirtio.c b/sys/src/9/pc/ethervirtio.c index 69f2713e6..9392f327d 100644 --- a/sys/src/9/pc/ethervirtio.c +++ b/sys/src/9/pc/ethervirtio.c @@ -543,7 +543,7 @@ pciprobe(int typ) 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 */ -- cgit v1.2.3