Re: [PATCH] drm: fix spelling error in comments

2020-09-17 Thread Daniel Vetter
On Thu, Sep 17, 2020 at 10:04:32AM +0800, Wang Qing wrote: > Change the comment typo: "manger" -> "manager". > > Signed-off-by: Wang Qing Pushed to drm-misc-next, thanks for your patch. -Daniel > --- > include/drm/drm_mm.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

[PATCH] drm: fix spelling error in comments

2020-09-16 Thread Wang Qing
Change the comment typo: "manger" -> "manager". Signed-off-by: Wang Qing --- include/drm/drm_mm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/drm/drm_mm.h b/include/drm/drm_mm.h index a01bc6f..9b4292f --- a/include/drm/drm_mm.h +++ b/include/drm/drm_mm.h @@ -338,7

Re: [PATCH] drm: fix spelling mistake "intead" -> "instead"

2019-03-04 Thread Sean Paul
On Sun, Feb 17, 2019 at 10:55:54PM +, Colin King wrote: > From: Colin Ian King > > There is a spelling mistake in a DRM_NOTE message. Fix this. > > Signed-off-by: Colin Ian King Applied to drm-misc-next, thanks. Sean > --- > drivers/gpu/drm/drm_kms_helper_common.c | 2 +- > 1 file chang

[PATCH] drm: fix spelling mistake "intead" -> "instead"

2019-02-17 Thread Colin King
From: Colin Ian King There is a spelling mistake in a DRM_NOTE message. Fix this. Signed-off-by: Colin Ian King --- drivers/gpu/drm/drm_kms_helper_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/drm_kms_helper_common.c b/drivers/gpu/drm/drm_kms_hel

Re: [PATCH] drm: fix spelling mistake: "committing"

2017-04-13 Thread Daniel Vetter
On Wed, Apr 12, 2017 at 05:27:22PM +0100, Colin King wrote: > From: Colin Ian King > > Trivial fix to spelling mistake in DRM_DEBUG_ATOMIC debug message > > Signed-off-by: Colin Ian King Applied for 4.13 (4.12 feature cutoff is already gone). Thanks, Daniel > --- > drivers/gpu/drm/drm_atomic

[PATCH] drm: fix spelling mistake: "committing"

2017-04-12 Thread Colin King
From: Colin Ian King Trivial fix to spelling mistake in DRM_DEBUG_ATOMIC debug message Signed-off-by: Colin Ian King --- 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 f32506

Re: [PATCH] drm: Fix spelling.

2014-11-07 Thread Daniel Vetter
On Thu, Nov 06, 2014 at 07:36:03PM -0500, Alex Pilon wrote: > Fix spelling of 'ioctl'. > > Signed-off-by: Alex Pilon > --- > drivers/gpu/drm/drm_crtc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/drm_crtc.c b/drivers/gpu/drm/drm_crtc.c > index e79c8d

Re: [PATCH] drm: Fix spelling.

2014-11-06 Thread David Zhou
ok to fix. Regards, David On 2014年11月07日 08:36, Alex Pilon wrote: Fix spelling of 'ioctl'. Signed-off-by: Alex Pilon --- drivers/gpu/drm/drm_crtc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/drm_crtc.c b/drivers/gpu/drm/drm_crtc.c index e79c8d3..3d27

[PATCH] drm: Fix spelling.

2014-11-06 Thread Alex Pilon
Fix spelling of 'ioctl'. Signed-off-by: Alex Pilon --- drivers/gpu/drm/drm_crtc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/drm_crtc.c b/drivers/gpu/drm/drm_crtc.c index e79c8d3..3d274c1 100644 --- a/drivers/gpu/drm/drm_crtc.c +++ b/drivers/gpu/drm/drm_c