From: Owen Smith Date: Thu, 4 Aug 2016 11:13:05 +0000 (+0100) Subject: Add missing comma to INF X-Git-Tag: 8.2.0-rc1~17 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=c91ab85c71729c25eb0f4ed833cc4bd86973a513;p=pvdrivers%2Fwin%2Fxenbus.git Add missing comma to INF HLK-1607 picked up the error (Code 1267, Line 96) during the "DF - InfVerif INF Verification" test. This patch fixes that failure. Signed-off-by: Owen Smith --- diff --git a/src/xenbus.inf b/src/xenbus.inf index 03a3d6b..0b65e00 100644 --- a/src/xenbus.inf +++ b/src/xenbus.inf @@ -103,7 +103,7 @@ HKR,"Parameters","SyntheticClasses",0x00010000,"IFACE" HKR,"Interrupt Management",,0x00000010 HKR,"Interrupt Management\MessageSignaledInterruptProperties",,0x00000010 HKR,"Interrupt Management\MessageSignaledInterruptProperties","MSISupported",0x00010001,1 -HKR,"Interrupt Management\GroupPolicy",0x00010001,1 +HKR,"Interrupt Management\GroupPolicy",,0x00010001,1 [XenFilt_Service] DisplayName=%XenFiltDesc%