linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drm: kselftest:  fix spelling mistake: "misalinged" -> "misaligned"
@ 2017-02-23  0:07 Colin King
  2017-02-23  7:39 ` Chris Wilson
  0 siblings, 1 reply; 3+ messages in thread
From: Colin King @ 2017-02-23  0:07 UTC (permalink / raw)
  To: David Airlie, Daniel Vetter, Chris Wilson, Joonas Lahtinen,
	Christian König, dri-devel
  Cc: linux-kernel

From: Colin Ian King <colin.king@canonical.com>

trivial fix to spelling mistake in pr_err message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/gpu/drm/selftests/test-drm_mm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/selftests/test-drm_mm.c b/drivers/gpu/drm/selftests/test-drm_mm.c
index 1e71bc1..24f4816 100644
--- a/drivers/gpu/drm/selftests/test-drm_mm.c
+++ b/drivers/gpu/drm/selftests/test-drm_mm.c
@@ -181,7 +181,7 @@ static bool assert_node(struct drm_mm_node *node, struct drm_mm *mm,
 	}
 
 	if (misalignment(node, alignment)) {
-		pr_err("node is misalinged, start %llx rem %llu, expected alignment %llu\n",
+		pr_err("node is misaligned, start %llx rem %llu, expected alignment %llu\n",
 		       node->start, misalignment(node, alignment), alignment);
 		ok = false;
 	}
-- 
2.10.2

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

* Re: [PATCH] drm: kselftest:  fix spelling mistake: "misalinged" -> "misaligned"
  2017-02-23  0:07 [PATCH] drm: kselftest: fix spelling mistake: "misalinged" -> "misaligned" Colin King
@ 2017-02-23  7:39 ` Chris Wilson
  2017-02-26 21:55   ` Daniel Vetter
  0 siblings, 1 reply; 3+ messages in thread
From: Chris Wilson @ 2017-02-23  7:39 UTC (permalink / raw)
  To: Colin King
  Cc: David Airlie, Daniel Vetter, Joonas Lahtinen,
	Christian König, dri-devel, linux-kernel

On Thu, Feb 23, 2017 at 12:07:17AM +0000, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> trivial fix to spelling mistake in pr_err message
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre

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

* Re: [PATCH] drm: kselftest:  fix spelling mistake: "misalinged" -> "misaligned"
  2017-02-23  7:39 ` Chris Wilson
@ 2017-02-26 21:55   ` Daniel Vetter
  0 siblings, 0 replies; 3+ messages in thread
From: Daniel Vetter @ 2017-02-26 21:55 UTC (permalink / raw)
  To: Chris Wilson, Colin King, David Airlie, Daniel Vetter,
	Joonas Lahtinen, Christian König, dri-devel, linux-kernel

On Thu, Feb 23, 2017 at 07:39:41AM +0000, Chris Wilson wrote:
> On Thu, Feb 23, 2017 at 12:07:17AM +0000, Colin King wrote:
> > From: Colin Ian King <colin.king@canonical.com>
> > 
> > trivial fix to spelling mistake in pr_err message
> > 
> > Signed-off-by: Colin Ian King <colin.king@canonical.com>
> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>

Applied to drm-misc-next, thanks.
-Daniel
-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch

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

end of thread, other threads:[~2017-02-26 21:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-23  0:07 [PATCH] drm: kselftest: fix spelling mistake: "misalinged" -> "misaligned" Colin King
2017-02-23  7:39 ` Chris Wilson
2017-02-26 21:55   ` Daniel Vetter

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).