Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 90a460d5 authored by Sean Paul's avatar Sean Paul
Browse files

drm: Fix kerneldoc for DRM_MODE_PROP_IMMUTABLE

parent 69a8a196
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;