Skip to content

Commit 1bde64e

Browse files
fix query id
1 parent d99af75 commit 1bde64e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/drivers/general/queries/IoInitializeTimerCall/IoInitializeTimerCall.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (c) Microsoft Corporation.
22
// Licensed under the MIT license.
33
/**
4-
* @id cpp/drivers/pool-tag-integral
4+
* @id cpp/drivers/io-initialize-timer-call
55
* @kind problem
66
* @name IoInitializeTimer is best called from AddDevice
77
* @description IoInitializeTimer can only be called once per device object. Calling it from the AddDevice routine helps assure that it is not unexpectedly called more than once.

0 commit comments

Comments
 (0)