[PATCH 4/5] drm: Fix a typo in the struct drm_plane_funcs documentation
Damien Lespiau
damien.lespiau at intel.com
Wed May 8 09:03:33 PDT 2013
From: "Lespiau, Damien" <damien.lespiau at intel.com>
Signed-off-by: Damien Lespiau <damien.lespiau at intel.com>
---
include/drm/drm_crtc.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h
index e3e0d65..23fb185 100644
--- a/include/drm/drm_crtc.h
+++ b/include/drm/drm_crtc.h
@@ -660,7 +660,7 @@ struct drm_plane_funcs {
* @gamma_store: gamma correction table
* @enabled: enabled flag
* @funcs: helper functions
- * @helper_private: storage for drver layer
+ * @helper_private: storage for driver layer
* @properties: property tracking for this plane
*/
struct drm_plane {
--
1.8.1.4
More information about the dri-devel
mailing list