* [PATCH] drm: Spelling fixes
@ 2017-11-01 14:04 Liviu Dudau
2017-11-01 14:29 ` Alex Deucher
2017-11-02 13:12 ` Gustavo Padovan
0 siblings, 2 replies; 4+ messages in thread
From: Liviu Dudau @ 2017-11-01 14:04 UTC (permalink / raw)
To: Daniel Vetter; +Cc: DRI-devel
Minor spelling fix for 'monster' and replace 'on' with 'own' in
comments.
Signed-off-by: Liviu Dudau <Liviu.Dudau@arm.com>
---
drivers/gpu/drm/drm_atomic.c | 2 +-
drivers/gpu/drm/drm_mm.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/gpu/drm/drm_atomic.c b/drivers/gpu/drm/drm_atomic.c
index c2da5585e2012..11614ea03fc8b 100644
--- a/drivers/gpu/drm/drm_atomic.c
+++ b/drivers/gpu/drm/drm_atomic.c
@@ -1808,7 +1808,7 @@ int drm_atomic_debugfs_init(struct drm_minor *minor)
#endif
/*
- * The big monstor ioctl
+ * The big monster ioctl
*/
static struct drm_pending_vblank_event *create_vblank_event(
diff --git a/drivers/gpu/drm/drm_mm.c b/drivers/gpu/drm/drm_mm.c
index 61a1c8ea74bc5..eb86bc3f753b3 100644
--- a/drivers/gpu/drm/drm_mm.c
+++ b/drivers/gpu/drm/drm_mm.c
@@ -92,7 +92,7 @@
* some basic allocator dumpers for debugging.
*
* Note that this range allocator is not thread-safe, drivers need to protect
- * modifications with their on locking. The idea behind this is that for a full
+ * modifications with their own locking. The idea behind this is that for a full
* memory manager additional data needs to be protected anyway, hence internal
* locking would be fully redundant.
*/
--
2.14.3
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] drm: Spelling fixes
2017-11-01 14:04 [PATCH] drm: Spelling fixes Liviu Dudau
@ 2017-11-01 14:29 ` Alex Deucher
2017-11-02 13:12 ` Gustavo Padovan
1 sibling, 0 replies; 4+ messages in thread
From: Alex Deucher @ 2017-11-01 14:29 UTC (permalink / raw)
To: Liviu Dudau; +Cc: Daniel Vetter, DRI-devel
On Wed, Nov 1, 2017 at 10:04 AM, Liviu Dudau <Liviu.Dudau@arm.com> wrote:
> Minor spelling fix for 'monster' and replace 'on' with 'own' in
> comments.
>
> Signed-off-by: Liviu Dudau <Liviu.Dudau@arm.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
> ---
> drivers/gpu/drm/drm_atomic.c | 2 +-
> drivers/gpu/drm/drm_mm.c | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/drm_atomic.c b/drivers/gpu/drm/drm_atomic.c
> index c2da5585e2012..11614ea03fc8b 100644
> --- a/drivers/gpu/drm/drm_atomic.c
> +++ b/drivers/gpu/drm/drm_atomic.c
> @@ -1808,7 +1808,7 @@ int drm_atomic_debugfs_init(struct drm_minor *minor)
> #endif
>
> /*
> - * The big monstor ioctl
> + * The big monster ioctl
> */
>
> static struct drm_pending_vblank_event *create_vblank_event(
> diff --git a/drivers/gpu/drm/drm_mm.c b/drivers/gpu/drm/drm_mm.c
> index 61a1c8ea74bc5..eb86bc3f753b3 100644
> --- a/drivers/gpu/drm/drm_mm.c
> +++ b/drivers/gpu/drm/drm_mm.c
> @@ -92,7 +92,7 @@
> * some basic allocator dumpers for debugging.
> *
> * Note that this range allocator is not thread-safe, drivers need to protect
> - * modifications with their on locking. The idea behind this is that for a full
> + * modifications with their own locking. The idea behind this is that for a full
> * memory manager additional data needs to be protected anyway, hence internal
> * locking would be fully redundant.
> */
> --
> 2.14.3
>
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] drm: Spelling fixes
2017-11-01 14:04 [PATCH] drm: Spelling fixes Liviu Dudau
2017-11-01 14:29 ` Alex Deucher
@ 2017-11-02 13:12 ` Gustavo Padovan
2017-11-02 14:27 ` Liviu Dudau
1 sibling, 1 reply; 4+ messages in thread
From: Gustavo Padovan @ 2017-11-02 13:12 UTC (permalink / raw)
To: Liviu Dudau; +Cc: Daniel Vetter, DRI-devel
Hi Liviu,
2017-11-01 Liviu Dudau <Liviu.Dudau@arm.com>:
> Minor spelling fix for 'monster' and replace 'on' with 'own' in
> comments.
>
> Signed-off-by: Liviu Dudau <Liviu.Dudau@arm.com>
> ---
> drivers/gpu/drm/drm_atomic.c | 2 +-
> drivers/gpu/drm/drm_mm.c | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
pushed to drm-misc-next. Thanks for your patch.
Gustavo
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] drm: Spelling fixes
2017-11-02 13:12 ` Gustavo Padovan
@ 2017-11-02 14:27 ` Liviu Dudau
0 siblings, 0 replies; 4+ messages in thread
From: Liviu Dudau @ 2017-11-02 14:27 UTC (permalink / raw)
To: Gustavo Padovan; +Cc: Daniel Vetter, DRI-devel
On Thu, Nov 02, 2017 at 11:12:08AM -0200, Gustavo Padovan wrote:
> Hi Liviu,
Hi Gustavo,
>
> 2017-11-01 Liviu Dudau <Liviu.Dudau@arm.com>:
>
> > Minor spelling fix for 'monster' and replace 'on' with 'own' in
> > comments.
> >
> > Signed-off-by: Liviu Dudau <Liviu.Dudau@arm.com>
> > ---
> > drivers/gpu/drm/drm_atomic.c | 2 +-
> > drivers/gpu/drm/drm_mm.c | 2 +-
> > 2 files changed, 2 insertions(+), 2 deletions(-)
>
> pushed to drm-misc-next. Thanks for your patch.
Thank you for pulling all the other patches as well.
Best regards,
Liviu
>
> Gustavo
--
====================
| I would like to |
| fix the world, |
| but they're not |
| giving me the |
\ source code! /
---------------
¯\_(ツ)_/¯
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-11-02 14:28 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-01 14:04 [PATCH] drm: Spelling fixes Liviu Dudau
2017-11-01 14:29 ` Alex Deucher
2017-11-02 13:12 ` Gustavo Padovan
2017-11-02 14:27 ` Liviu Dudau
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).