All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm: Fix some typos
@ 2015-04-07 11:38 John Hunter
  2015-04-07 13:28 ` Daniel Vetter
  0 siblings, 1 reply; 2+ messages in thread
From: John Hunter @ 2015-04-07 11:38 UTC (permalink / raw)
  To: dri-devel

Signed-off-by: John Hunter <zhjwpku@gmail.com>
---
 drivers/gpu/drm/drm_atomic.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/drm_atomic.c b/drivers/gpu/drm/drm_atomic.c
index 57efdbe..0537f32 100644
--- a/drivers/gpu/drm/drm_atomic.c
+++ b/drivers/gpu/drm/drm_atomic.c
@@ -780,7 +780,7 @@ drm_atomic_set_crtc_for_plane(struct drm_plane_state *plane_state,
 EXPORT_SYMBOL(drm_atomic_set_crtc_for_plane);
 
 /**
- * drm_atomic_set_fb_for_plane - set crtc for plane
+ * drm_atomic_set_fb_for_plane - set framebuffer for plane
  * @plane_state: atomic state object for the plane
  * @fb: fb to use for the plane
  *
@@ -933,7 +933,7 @@ EXPORT_SYMBOL(drm_atomic_connectors_for_crtc);
  *
  * This function should be used by legacy entry points which don't understand
  * -EDEADLK semantics. For simplicity this one will grab all modeset locks after
- *  the slowpath completed.
+ * the slowpath completed.
  */
 void drm_atomic_legacy_backoff(struct drm_atomic_state *state)
 {
-- 
1.9.1


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

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

* Re: [PATCH] drm: Fix some typos
  2015-04-07 11:38 [PATCH] drm: Fix some typos John Hunter
@ 2015-04-07 13:28 ` Daniel Vetter
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Vetter @ 2015-04-07 13:28 UTC (permalink / raw)
  To: John Hunter; +Cc: dri-devel

On Tue, Apr 07, 2015 at 07:38:50PM +0800, John Hunter wrote:
> Signed-off-by: John Hunter <zhjwpku@gmail.com>

Applied to topic/drm-misc, thanks.
-Daniel
> ---
>  drivers/gpu/drm/drm_atomic.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/gpu/drm/drm_atomic.c b/drivers/gpu/drm/drm_atomic.c
> index 57efdbe..0537f32 100644
> --- a/drivers/gpu/drm/drm_atomic.c
> +++ b/drivers/gpu/drm/drm_atomic.c
> @@ -780,7 +780,7 @@ drm_atomic_set_crtc_for_plane(struct drm_plane_state *plane_state,
>  EXPORT_SYMBOL(drm_atomic_set_crtc_for_plane);
>  
>  /**
> - * drm_atomic_set_fb_for_plane - set crtc for plane
> + * drm_atomic_set_fb_for_plane - set framebuffer for plane
>   * @plane_state: atomic state object for the plane
>   * @fb: fb to use for the plane
>   *
> @@ -933,7 +933,7 @@ EXPORT_SYMBOL(drm_atomic_connectors_for_crtc);
>   *
>   * This function should be used by legacy entry points which don't understand
>   * -EDEADLK semantics. For simplicity this one will grab all modeset locks after
> - *  the slowpath completed.
> + * the slowpath completed.
>   */
>  void drm_atomic_legacy_backoff(struct drm_atomic_state *state)
>  {
> -- 
> 1.9.1
> 
> 
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dri-devel

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2015-04-07 13:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-07 11:38 [PATCH] drm: Fix some typos John Hunter
2015-04-07 13:28 ` Daniel Vetter

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.