mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
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:
parent
e0a200ab4b
commit
105aa4c65b
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user