All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm: Fix kerneldoc for DRM_MODE_PROP_IMMUTABLE
@ 2018-07-13 15:34 Sean Paul
  2018-07-13 15:51 ` Ville Syrjälä
  0 siblings, 1 reply; 3+ messages in thread
From: Sean Paul @ 2018-07-13 15:34 UTC (permalink / raw)
  To: dri-devel

Noticed this while browsing the docs.

Signed-off-by: Sean Paul <seanpaul@chromium.org>
---
 include/drm/drm_property.h | 4 ++--
 1 file 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;
-- 
Sean Paul, Software Engineer, Google / Chromium OS

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-07-13 16:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-13 15:34 [PATCH] drm: Fix kerneldoc for DRM_MODE_PROP_IMMUTABLE Sean Paul
2018-07-13 15:51 ` Ville Syrjälä
2018-07-13 16:18   ` Sean Paul

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.