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

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.com


Reviewed-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
parent e0a200ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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;