mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 14:34:09 +00:00
[KMTEST]
- Fix variable declaration placement. svn path=/trunk/; revision=59189
This commit is contained in:
parent
881c40e133
commit
015d9d3a12
1 changed files with 1 additions and 2 deletions
|
@ -75,6 +75,7 @@ void Tests_Insert_And_Delete()
|
|||
PKDEVICE_QUEUE_ENTRY element;
|
||||
KIRQL OldIrql;
|
||||
PKDEVICE_QUEUE_ENTRY* elem_array;
|
||||
PKDEVICE_QUEUE_ENTRY return_value;
|
||||
PLIST_ENTRY next;
|
||||
ULONG key;
|
||||
|
||||
|
@ -126,8 +127,6 @@ void Tests_Insert_And_Delete()
|
|||
trace("******* Testing KeRemoveDeviceQueue **************** \n");
|
||||
DPRINT1("\nStart KeRemoveDeviceQueue test\n");
|
||||
|
||||
PKDEVICE_QUEUE_ENTRY return_value;
|
||||
|
||||
DPRINT1("Start deleting elements from queue\n");
|
||||
for (i = 0; i < INSERT_COUNT; i++) {
|
||||
return_value = KeRemoveDeviceQueue(testing_queue);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue