diff mbox

drm: Fix kerneldoc for DRM_MODE_PROP_IMMUTABLE

Message ID 20180713153444.95466-1-seanpaul@chromium.org (mailing list archive)
State New, archived
Headers show

Commit Message

Sean Paul July 13, 2018, 3:34 p.m. UTC
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(-)

Comments

Ville Syrjälä July 13, 2018, 3:51 p.m. UTC | #1
On Fri, Jul 13, 2018 at 11:34:44AM -0400, Sean Paul wrote:
> 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;

Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Sean Paul July 13, 2018, 4:18 p.m. UTC | #2
On Fri, Jul 13, 2018 at 06:51:36PM +0300, Ville Syrjälä wrote:
> On Fri, Jul 13, 2018 at 11:34:44AM -0400, Sean Paul wrote:
> > 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;
> 
> Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>

Applied to -misc-next, thanks for your review!

Sean

> 
> -- 
> Ville Syrjälä
> Intel
diff mbox

Patch

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;