Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: 9677547d8362 ("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>

+2 -2
+1 -1
drivers/gpu/drm/drm_plane.c
··· 1750 1750 EXPORT_SYMBOL(drm_plane_create_scaling_filter_property); 1751 1751 1752 1752 /** 1753 - * drm_plane_add_size_hint_property - create a size hint property 1753 + * drm_plane_add_size_hints_property - create a size hints property 1754 1754 * 1755 1755 * @plane: drm plane 1756 1756 * @hints: size hints
+1 -1
include/drm/drm_mode_config.h
··· 953 953 struct drm_property *modifiers_property; 954 954 955 955 /** 956 - * @size_hints_propertty: Plane SIZE_HINTS property. 956 + * @size_hints_property: Plane SIZE_HINTS property. 957 957 */ 958 958 struct drm_property *size_hints_property; 959 959