[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211222090552.25972-3-jose.exposito89@gmail.com>
Date: Wed, 22 Dec 2021 10:05:48 +0100
From: José Expósito <jose.exposito89@...il.com>
To: contact@...rsion.fr
Cc: dmitry.baryshkov@...aro.org, maarten.lankhorst@...ux.intel.com,
mripard@...nel.org, tzimmermann@...e.de, airlied@...ux.ie,
daniel@...ll.ch, jani.nikula@...ux.intel.com,
joonas.lahtinen@...ux.intel.com, rodrigo.vivi@...el.com,
marex@...x.de, stefan@...er.ch, shawnguo@...nel.org,
s.hauer@...gutronix.de, kernel@...gutronix.de, festevam@...il.com,
linux-imx@....com, yannick.fertre@...s.st.com,
philippe.cornu@...s.st.com, benjamin.gaignard@...aro.org,
mcoquelin.stm32@...il.com, alexandre.torgue@...s.st.com,
dri-devel@...ts.freedesktop.org, linux-kernel@...r.kernel.org,
intel-gfx@...ts.freedesktop.org,
linux-arm-kernel@...ts.infradead.org,
linux-stm32@...md-mailman.stormreply.com,
José Expósito <jose.exposito89@...il.com>
Subject: [PATCH v2 2/6] drm/plane: Fix typo in format_mod_supported documentation
Fix minor typo: "valdiate" -> "validate".
Signed-off-by: José Expósito <jose.exposito89@...il.com>
---
include/drm/drm_plane.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/drm/drm_plane.h b/include/drm/drm_plane.h
index 0c1102dc4d88..06759badf99f 100644
--- a/include/drm/drm_plane.h
+++ b/include/drm/drm_plane.h
@@ -516,7 +516,7 @@ struct drm_plane_funcs {
* This optional hook is used for the DRM to determine if the given
* format/modifier combination is valid for the plane. This allows the
* DRM to generate the correct format bitmask (which formats apply to
- * which modifier), and to valdiate modifiers at atomic_check time.
+ * which modifier), and to validate modifiers at atomic_check time.
*
* If not present, then any modifier in the plane's modifier
* list is allowed with any of the plane's formats.
--
2.25.1
Powered by blists - more mailing lists