* [PATCH] docs: fix typo in mpo-overview.rst
@ 2026-05-16 10:04 Cheesecake
2026-05-16 14:09 ` Jonathan Corbet
0 siblings, 1 reply; 4+ messages in thread
From: Cheesecake @ 2026-05-16 10:04 UTC (permalink / raw)
To: Alex Deucher, Christian König, Maarten Lankhorst,
Maxime Ripard, Thomas Zimmermann, David Airlie, Simona Vetter,
Jonathan Corbet, Shuah Khan
Cc: amd-gfx, dri-devel, linux-doc, linux-kernel, Cheesecake
Replace "transparant" with "transparent"
Signed-off-by: Cheesecake <cheesecake2960@icloud.com>
---
Documentation/gpu/amdgpu/display/mpo-overview.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/gpu/amdgpu/display/mpo-overview.rst b/Documentation/gpu/amdgpu/display/mpo-overview.rst
index 59a4f54a3..ed39e53ff 100644
--- a/Documentation/gpu/amdgpu/display/mpo-overview.rst
+++ b/Documentation/gpu/amdgpu/display/mpo-overview.rst
@@ -167,7 +167,7 @@ and interactions with operations such as DPMS and S3:
- ``kms_plane_multiple@atomic-pipe-*-tiling-``
- ``kms_plane_scaling@pipe-*-plane-scaling``
- ``kms_plane_alpha_blend@pipe-*-alpha-basic``
-- ``kms_plane_alpha_blend@pipe-*-alpha-transparant-fb``
+- ``kms_plane_alpha_blend@pipe-*-alpha-transparent-fb``
- ``kms_plane_alpha_blend@pipe-*-alpha-opaque-fb``
- ``kms_plane_alpha_blend@pipe-*-constant-alpha-min``
- ``kms_plane_alpha_blend@pipe-*-constant-alpha-mid``
--
2.54.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] docs: fix typo in mpo-overview.rst
2026-05-16 10:04 [PATCH] docs: fix typo in mpo-overview.rst Cheesecake
@ 2026-05-16 14:09 ` Jonathan Corbet
2026-05-16 23:13 ` Cheesecake
2026-05-17 2:58 ` [PATCH v2] Replace "transparant" with "transparent" Sakurai Shun
0 siblings, 2 replies; 4+ messages in thread
From: Jonathan Corbet @ 2026-05-16 14:09 UTC (permalink / raw)
To: Cheesecake, Alex Deucher, Christian König, Maarten Lankhorst,
Maxime Ripard, Thomas Zimmermann, David Airlie, Simona Vetter,
Shuah Khan
Cc: amd-gfx, dri-devel, linux-doc, linux-kernel, Cheesecake
Cheesecake <cheesecake2960@icloud.com> writes:
> Replace "transparant" with "transparent"
>
> Signed-off-by: Cheesecake <cheesecake2960@icloud.com>
Patches need a proper signoff with a real name, please.
Thanks,
jo
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] docs: fix typo in mpo-overview.rst
2026-05-16 14:09 ` Jonathan Corbet
@ 2026-05-16 23:13 ` Cheesecake
2026-05-17 2:58 ` [PATCH v2] Replace "transparant" with "transparent" Sakurai Shun
1 sibling, 0 replies; 4+ messages in thread
From: Cheesecake @ 2026-05-16 23:13 UTC (permalink / raw)
To: Jonathan Corbet, Alex Deucher, Christian König,
Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann, David Airlie,
Simona Vetter, Shuah Khan
Cc: amd-gfx, dri-devel, linux-doc, linux-kernel
On 2026/05/16 23:09, Jonathan Corbet wrote:
> Cheesecake <cheesecake2960@icloud.com> writes:
>
>> Replace "transparant" with "transparent"
>>
>> Signed-off-by: Cheesecake <cheesecake2960@icloud.com>
> Patches need a proper signoff with a real name, please.
>
> Thanks,
>
> jo
Thanks for pointing that out.
I accidentally sent this patch using an anonymous address/name.
I'll resend it properly later.
Thank you for your time.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH v2] Replace "transparant" with "transparent"
2026-05-16 14:09 ` Jonathan Corbet
2026-05-16 23:13 ` Cheesecake
@ 2026-05-17 2:58 ` Sakurai Shun
1 sibling, 0 replies; 4+ messages in thread
From: Sakurai Shun @ 2026-05-17 2:58 UTC (permalink / raw)
To: Alex Deucher, Christian König, David Airlie, Simona Vetter,
Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann,
Jonathan Corbet, Shuah Khan
Cc: Sakurai Shun, amd-gfx, dri-devel, linux-doc, linux-kernel
Signed-off-by: Sakurai Shun <ssh1326@icloud.com>
---
Documentation/gpu/amdgpu/display/mpo-overview.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/gpu/amdgpu/display/mpo-overview.rst b/Documentation/gpu/amdgpu/display/mpo-overview.rst
index 59a4f54a3..ed39e53ff 100644
--- a/Documentation/gpu/amdgpu/display/mpo-overview.rst
+++ b/Documentation/gpu/amdgpu/display/mpo-overview.rst
@@ -167,7 +167,7 @@ and interactions with operations such as DPMS and S3:
- ``kms_plane_multiple@atomic-pipe-*-tiling-``
- ``kms_plane_scaling@pipe-*-plane-scaling``
- ``kms_plane_alpha_blend@pipe-*-alpha-basic``
-- ``kms_plane_alpha_blend@pipe-*-alpha-transparant-fb``
+- ``kms_plane_alpha_blend@pipe-*-alpha-transparent-fb``
- ``kms_plane_alpha_blend@pipe-*-alpha-opaque-fb``
- ``kms_plane_alpha_blend@pipe-*-constant-alpha-min``
- ``kms_plane_alpha_blend@pipe-*-constant-alpha-mid``
--
2.54.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-05-17 2:59 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-16 10:04 [PATCH] docs: fix typo in mpo-overview.rst Cheesecake
2026-05-16 14:09 ` Jonathan Corbet
2026-05-16 23:13 ` Cheesecake
2026-05-17 2:58 ` [PATCH v2] Replace "transparant" with "transparent" Sakurai Shun
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox