Skip to content

Commit cd5902e

Browse files
committed
Fixing more failure
Signed-off-by: Surbhi Kakarya <surbhi@edera.dev>
1 parent 69cbc62 commit cd5902e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

protect/control/v1/common.proto

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -566,12 +566,12 @@ message OciRegistryAuthentication {
566566
}
567567

568568
message PciDevice {
569-
PciDeviceState state = 1;
569+
PciDeviceState state = 1;
570570
}
571571

572572
enum PciDeviceState {
573-
CLEAN = 0;
574-
DIRTY = 1;
575-
SCRUB = 2;
576-
BUSY = 3;
573+
PCI_DEVICE_STATE_CLEAN = 0;
574+
PCI_DEVICE_STATE_DIRTY = 1;
575+
PCI_DEVICE_STATE_SCRUB = 2;
576+
PCI_DEVICE_STATE_BUSY = 3;
577577
}

0 commit comments

Comments
 (0)