aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drm_property.h
diff options
context:
space:
mode:
authorSean Paul <seanpaul@chromium.org>2018-07-13 11:34:44 -0400
committerSean Paul <seanpaul@chromium.org>2018-07-13 12:18:03 -0400
commit90a460d5dd205b1b39dae3dad041a37cf7c4241d (patch)
treed91ec84401a56204806ec467e1f643a5f4a29248 /include/drm/drm_property.h
parentdrm: Skip __drm_mode_set_config_internal() on atomic drivers (diff)
downloadlinux-dev-90a460d5dd205b1b39dae3dad041a37cf7c4241d.tar.xz
linux-dev-90a460d5dd205b1b39dae3dad041a37cf7c4241d.zip
drm: Fix kerneldoc for DRM_MODE_PROP_IMMUTABLE
Noticed this while browsing the docs. Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Signed-off-by: Sean Paul <seanpaul@chromium.org> Link: https://patchwork.freedesktop.org/patch/msgid/20180713153444.95466-1-seanpaul@chromium.org
Diffstat (limited to 'include/drm/drm_property.h')
-rw-r--r--include/drm/drm_property.h4
1 files changed, 2 insertions, 2 deletions
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;