fix: normalize req.irql spacing for DISPATCH_LEVEL (<= and <) across 301 files#1667
Open
cristeigabriela wants to merge 1 commit into
Open
Conversation
ed5ca52 to
20f3111
Compare
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
<=DISPATCH_LEVEL -> <= DISPATCH_LEVEL across 301 files<=DISPATCH_LEVEL -> <= DISPATCH_LEVEL across 298 files
This was referenced May 11, 2026
Open
…LEVEL across 301 files
20f3111 to
dc8e4c9
Compare
<=DISPATCH_LEVEL -> <= DISPATCH_LEVEL across 298 files
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.Like other previous PRs, normalizes
req.irql.<=DISPATCH_LEVEL(no space)<= DISPATCH_LEVEL<DISPATCH_LEVEL(no space)< DISPATCH_LEVELThe three
<(strictly less than) entries are kept distinct from<=. Only the missing space after the operator is normalized.