fix: normalize req.irql spacing <=APC_LEVEL -> <= APC_LEVEL across 41 files#1665
Open
cristeigabriela wants to merge 1 commit into
Open
fix: normalize req.irql spacing <=APC_LEVEL -> <= APC_LEVEL across 41 files#1665cristeigabriela wants to merge 1 commit into
<=APC_LEVEL -> <= APC_LEVEL across 41 files#1665cristeigabriela wants to merge 1 commit into
Conversation
cristeigabriela
added a commit
to cristeigabriela/windows-driver-docs-ddi
that referenced
this pull request
May 11, 2026
cristeigabriela
added a commit
to cristeigabriela/windows-driver-docs-ddi
that referenced
this pull request
May 11, 2026
This was referenced May 11, 2026
Open
cristeigabriela
added a commit
to cristeigabriela/windows-driver-docs-ddi
that referenced
this pull request
May 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
All 12 PRs in this series — merging guide
fix/typos-frontmatterfix/acxmisc-acxobjectbagretrieveblob-irqlfix/iddcx-irql-emptyfix/silo-and-reparse-irqlfix/portcls-na-dllfix/irql-apc-level-spacingfix/irql-passive-abbreviationfix/irql-dispatch-level-spacingfix/ntoskrnl-lib-misfiled-as-dllfix/strip-irql-prose-prefixfix/irql-trailing-period-and-passive-casefix/irql-prose-to-operatorAll of the 12 PRs have zero pairwise file overlap. They can be merged individually, in any order, and there will not be merge conflicts between them.
After every PR is merged, all 10,915
nf-*.mdfrontmatter blocks will still parse cleanly as YAML.A reference branch with all of the PRs merged at once is at
integration/all-open-prs.If you look at the image below, you're going to see that the current

req.irqldistribution is very weird:This is currently one of the leading
req.irqlfield values, and it's kind of annoying and inconsistent, considering there's 531 other entries where it is<= APC_LEVEL. This will lead to all these 41 entries being absorbed by that one.This PR attempts to even it out some.