You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/drivers/general/queries/IoInitializeTimerCall/IoInitializeTimerCall.ql
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
// Copyright (c) Microsoft Corporation.
2
2
// Licensed under the MIT license.
3
3
/**
4
-
* @id cpp/drivers/pool-tag-integral
4
+
* @id cpp/drivers/io-initialize-timer-call
5
5
* @kind problem
6
6
* @name IoInitializeTimer is best called from AddDevice
7
7
* @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