Commit 105aa4c6 authored by Ville Syrjälä's avatar Ville Syrjälä

drm: Fix plane SIZE_HINTS property docs

Fix the typos in the plane SIZE_HINTS kernel docs.
Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Fixes: 9677547d ("drm: Introduce plane SIZE_HINTS property")
Signed-off-by: default avatarVille Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240418114218.9162-1-ville.syrjala@linux.intel.comReviewed-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
parent e0a200ab
......@@ -1750,7 +1750,7 @@ int drm_plane_create_scaling_filter_property(struct drm_plane *plane,
EXPORT_SYMBOL(drm_plane_create_scaling_filter_property);
/**
* drm_plane_add_size_hint_property - create a size hint property
* drm_plane_add_size_hints_property - create a size hints property
*
* @plane: drm plane
* @hints: size hints
......
......@@ -953,7 +953,7 @@ struct drm_mode_config {
struct drm_property *modifiers_property;
/**
* @size_hints_propertty: Plane SIZE_HINTS property.
* @size_hints_property: Plane SIZE_HINTS property.
*/
struct drm_property *size_hints_property;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment