]> www.infradead.org Git - users/hch/uuid.git/commitdiff
drm: Fix kerneldoc for DRM_MODE_PROP_IMMUTABLE
authorSean Paul <seanpaul@chromium.org>
Fri, 13 Jul 2018 15:34:44 +0000 (11:34 -0400)
committerSean Paul <seanpaul@chromium.org>
Fri, 13 Jul 2018 16:18:03 +0000 (12:18 -0400)
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
include/drm/drm_property.h

index 1d5c0b2a8956a3e41db6fb9d43e989b1d10773e7..c030f6ccab99cf469e603e55e550eeb8bc11f2f2 100644 (file)
@@ -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;