From: Sean Paul Date: Fri, 13 Jul 2018 15:34:44 +0000 (-0400) Subject: drm: Fix kerneldoc for DRM_MODE_PROP_IMMUTABLE X-Git-Tag: rel_imx_4.19.35_1.1.0~9396^2~27^2~27 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=90a460d5dd205b1b39dae3dad041a37cf7c4241d;p=linux.git drm: Fix kerneldoc for DRM_MODE_PROP_IMMUTABLE Noticed this while browsing the docs. Reviewed-by: Ville Syrjälä Signed-off-by: Sean Paul Link: https://patchwork.freedesktop.org/patch/msgid/20180713153444.95466-1-seanpaul@chromium.org --- diff --git a/include/drm/drm_property.h b/include/drm/drm_property.h index 1d5c0b2a8956..c030f6ccab99 100644 --- a/include/drm/drm_property.h +++ b/include/drm/drm_property.h @@ -147,10 +147,10 @@ struct drm_property { * properties are not exposed to legacy userspace. * * DRM_MODE_PROP_IMMUTABLE - * Set for properties where userspace cannot be changed by + * Set for properties whose values cannot be changed by * userspace. The kernel is allowed to update the value of these * properties. This is generally used to expose probe state to - * usersapce, e.g. the EDID, or the connector path property on DP + * userspace, e.g. the EDID, or the connector path property on DP * MST sinks. */ uint32_t flags;