drm: Fix plane SIZE_HINTS property docs

Fix the typos in the plane SIZE_HINTS kernel docs.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Fixes: 9677547d83 ("drm: Introduce plane SIZE_HINTS property")
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240418114218.9162-1-ville.syrjala@linux.intel.com
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
This commit is contained in:
Ville Syrjälä 2024-04-18 14:42:18 +03:00
parent e0a200ab4b
commit 105aa4c65b
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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;