* [PATCH RESEND] drm: docs: Fix typo in introduction.rst
@ 2025-07-11 3:01 Brigham Campbell
2025-07-11 12:51 ` Jonathan Corbet
0 siblings, 1 reply; 2+ messages in thread
From: Brigham Campbell @ 2025-07-11 3:01 UTC (permalink / raw)
To: skhan, linux-kernel-mentees, David Airlie, Simona Vetter,
Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann,
Jonathan Corbet, open list:DRM DRIVERS, open list:DOCUMENTATION,
open list
Cc: Brigham Campbell
Fix typo in Documentation/gpu/introduction.rst
Link: https://lore.kernel.org/all/20250620180258.132160-1-me@brighamcampbell.com/
Signed-off-by: Brigham Campbell <me@brighamcampbell.com>
---
This patch has received no response as of June 20th. If it's
unacceptable for whatever reason, please let me know and I'll drop it.
This is the only typo I happened across while reading the document. I
scanned it for more typos when I prepared this patch, but found none.
Documentation/gpu/introduction.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/gpu/introduction.rst b/Documentation/gpu/introduction.rst
index 3cd0c8860b94..39b4c943fa00 100644
--- a/Documentation/gpu/introduction.rst
+++ b/Documentation/gpu/introduction.rst
@@ -32,7 +32,7 @@ member, only the structure.
Except in special situations (to separate locked from unlocked variants)
locking requirements for functions aren't documented in the kerneldoc.
-Instead locking should be check at runtime using e.g.
+Instead locking should be checked at runtime using e.g.
``WARN_ON(!mutex_is_locked(...));``. Since it's much easier to ignore
documentation than runtime noise this provides more value. And on top of
that runtime checks do need to be updated when the locking rules change,
base-commit: 667efb341917bde19f5d7517b65defcdaed67c9e
--
2.49.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH RESEND] drm: docs: Fix typo in introduction.rst
2025-07-11 3:01 [PATCH RESEND] drm: docs: Fix typo in introduction.rst Brigham Campbell
@ 2025-07-11 12:51 ` Jonathan Corbet
0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2025-07-11 12:51 UTC (permalink / raw)
To: Brigham Campbell, skhan, linux-kernel-mentees, David Airlie,
Simona Vetter, Maarten Lankhorst, Maxime Ripard,
Thomas Zimmermann, open list:DRM DRIVERS, open list:DOCUMENTATION,
open list
Cc: Brigham Campbell
Brigham Campbell <me@brighamcampbell.com> writes:
> Fix typo in Documentation/gpu/introduction.rst
>
> Link: https://lore.kernel.org/all/20250620180258.132160-1-me@brighamcampbell.com/
> Signed-off-by: Brigham Campbell <me@brighamcampbell.com>
> ---
>
> This patch has received no response as of June 20th. If it's
> unacceptable for whatever reason, please let me know and I'll drop it.
> This is the only typo I happened across while reading the document. I
> scanned it for more typos when I prepared this patch, but found none.
The patch seems fine, though I wouldn't put a Link: tag for a previous
version like that.
I didn't apply it because the DRM folks generally handle their own
documentation patches. I'm assuming this one just fell through the
cracks; resending it was the right thing to do.
Thanks,
jon
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-07-11 12:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-11 3:01 [PATCH RESEND] drm: docs: Fix typo in introduction.rst Brigham Campbell
2025-07-11 12:51 ` Jonathan Corbet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox