diff mbox

drm/doc: Fix indenting in drm_modeset_lock.c comment

Message ID 20161129092440.6940-1-daniel.vetter@ffwll.ch (mailing list archive)
State New, archived
Headers show

Commit Message

Daniel Vetter Nov. 29, 2016, 9:24 a.m. UTC
This isn't part of the code snippet anymore ...

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
---
 drivers/gpu/drm/drm_modeset_lock.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Comments

Daniel Vetter Nov. 29, 2016, 2:13 p.m. UTC | #1
On Tue, Nov 29, 2016 at 10:24:40AM +0100, Daniel Vetter wrote:
> This isn't part of the code snippet anymore ...
> 
> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>

Merged with Rob's irc-ack.
-Daniel

> ---
>  drivers/gpu/drm/drm_modeset_lock.c | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/drivers/gpu/drm/drm_modeset_lock.c b/drivers/gpu/drm/drm_modeset_lock.c
> index 9059fe3145a1..3551ae31f143 100644
> --- a/drivers/gpu/drm/drm_modeset_lock.c
> +++ b/drivers/gpu/drm/drm_modeset_lock.c
> @@ -52,12 +52,12 @@
>   *     drm_modeset_drop_locks(&ctx);
>   *     drm_modeset_acquire_fini(&ctx);
>   *
> - *  On top of of these per-object locks using &ww_mutex there's also an overall
> - *  dev->mode_config.lock, for protecting everything else. Mostly this means
> - *  probe state of connectors, and preventing hotplug add/removal of connectors.
> + * On top of of these per-object locks using &ww_mutex there's also an overall
> + * dev->mode_config.lock, for protecting everything else. Mostly this means
> + * probe state of connectors, and preventing hotplug add/removal of connectors.
>   *
> - *  Finally there's a bunch of dedicated locks to protect drm core internal
> - *  lists and lookup data structures.
> + * Finally there's a bunch of dedicated locks to protect drm core internal
> + * lists and lookup data structures.
>   */
>  
>  static DEFINE_WW_CLASS(crtc_ww_class);
> -- 
> 2.10.2
>
diff mbox

Patch

diff --git a/drivers/gpu/drm/drm_modeset_lock.c b/drivers/gpu/drm/drm_modeset_lock.c
index 9059fe3145a1..3551ae31f143 100644
--- a/drivers/gpu/drm/drm_modeset_lock.c
+++ b/drivers/gpu/drm/drm_modeset_lock.c
@@ -52,12 +52,12 @@ 
  *     drm_modeset_drop_locks(&ctx);
  *     drm_modeset_acquire_fini(&ctx);
  *
- *  On top of of these per-object locks using &ww_mutex there's also an overall
- *  dev->mode_config.lock, for protecting everything else. Mostly this means
- *  probe state of connectors, and preventing hotplug add/removal of connectors.
+ * On top of of these per-object locks using &ww_mutex there's also an overall
+ * dev->mode_config.lock, for protecting everything else. Mostly this means
+ * probe state of connectors, and preventing hotplug add/removal of connectors.
  *
- *  Finally there's a bunch of dedicated locks to protect drm core internal
- *  lists and lookup data structures.
+ * Finally there's a bunch of dedicated locks to protect drm core internal
+ * lists and lookup data structures.
  */
 
 static DEFINE_WW_CLASS(crtc_ww_class);