File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ pub enum HyperCallCode {
9494 ///
9595 /// - `Ok(0)` on success
9696 /// - `Err(_)` if the hypervisor cannot be disabled
97- HypervisorDisable = 0 ,
97+ HypervisorDisable = 0 ,
9898
9999 /// Prepare to disable the hypervisor.
100100 ///
@@ -116,7 +116,7 @@ pub enum HyperCallCode {
116116 /// # Warning
117117 ///
118118 /// This hypercall should not be used in production environments.
119- HyperVisorDebug = 2 ,
119+ HyperVisorDebug = 2 ,
120120
121121 /// Publish an IVC (Inter-VM Communication) shared memory channel.
122122 ///
@@ -134,7 +134,7 @@ pub enum HyperCallCode {
134134 ///
135135 /// - `Ok(0)` on success, with the shared memory info written to the provided pointers
136136 /// - `Err(_)` if the channel cannot be created
137- HIVCPublishChannel = 3 ,
137+ HIVCPublishChannel = 3 ,
138138
139139 /// Subscribe to an IVC shared memory channel.
140140 ///
@@ -152,7 +152,7 @@ pub enum HyperCallCode {
152152 ///
153153 /// - `Ok(0)` on success, with the shared memory info written to the provided pointers
154154 /// - `Err(_)` if subscription fails (e.g., channel not found)
155- HIVCSubscribChannel = 4 ,
155+ HIVCSubscribChannel = 4 ,
156156
157157 /// Unpublish an IVC shared memory channel.
158158 ///
You can’t perform that action at this time.
0 commit comments