We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f834898 commit 353f2d8Copy full SHA for 353f2d8
1 file changed
general/echo/kmdf/driver/DriverSync/src/queue.rs
@@ -197,7 +197,7 @@ pub unsafe fn echo_queue_initialize(device: WDFDEVICE) -> NTSTATUS {
197
return status;
198
}
199
Ok(spin_lock) => unsafe { (*queue_context).spin_lock = spin_lock },
200
- };
+ }
201
202
// Create the Queue timer
203
//
@@ -219,7 +219,7 @@ pub unsafe fn echo_queue_initialize(device: WDFDEVICE) -> NTSTATUS {
219
220
221
Ok(wdftimer) => unsafe { (*queue_context).timer = wdftimer },
222
223
224
STATUS_SUCCESS
225
0 commit comments