All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] drm/tinydrm: Trivia typo fix
@ 2019-02-19 18:13 Andy Shevchenko
  2019-02-21 11:27 ` Noralf Trønnes
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Shevchenko @ 2019-02-19 18:13 UTC (permalink / raw)
  To: Noralf Trønnes, dri-devel, Ville Syrjälä,
	Daniel Vetter, David Airlie
  Cc: Andy Shevchenko

Fix adddress -> address typo.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 drivers/gpu/drm/tinydrm/mipi-dbi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/tinydrm/mipi-dbi.c b/drivers/gpu/drm/tinydrm/mipi-dbi.c
index 3a05e56f9b0d..2f8c2d1d09bc 100644
--- a/drivers/gpu/drm/tinydrm/mipi-dbi.c
+++ b/drivers/gpu/drm/tinydrm/mipi-dbi.c
@@ -897,7 +897,7 @@ int mipi_dbi_spi_init(struct spi_device *spi, struct mipi_dbi *mipi,
 	 * Even though it's not the SPI device that does DMA (the master does),
 	 * the dma mask is necessary for the dma_alloc_wc() in
 	 * drm_gem_cma_create(). The dma_addr returned will be a physical
-	 * adddress which might be different from the bus address, but this is
+	 * address which might be different from the bus address, but this is
 	 * not a problem since the address will not be used.
 	 * The virtual address is used in the transfer and the SPI core
 	 * re-maps it on the SPI master device using the DMA streaming API
-- 
2.20.1

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

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

* Re: [PATCH v1] drm/tinydrm: Trivia typo fix
  2019-02-19 18:13 [PATCH v1] drm/tinydrm: Trivia typo fix Andy Shevchenko
@ 2019-02-21 11:27 ` Noralf Trønnes
  0 siblings, 0 replies; 2+ messages in thread
From: Noralf Trønnes @ 2019-02-21 11:27 UTC (permalink / raw)
  To: Andy Shevchenko, dri-devel, Ville Syrjälä,
	Daniel Vetter, David Airlie



Den 19.02.2019 19.13, skrev Andy Shevchenko:
> Fix adddress -> address typo.
> 
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> ---

Applied, thanks.

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

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

end of thread, other threads:[~2019-02-21 11:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-19 18:13 [PATCH v1] drm/tinydrm: Trivia typo fix Andy Shevchenko
2019-02-21 11:27 ` Noralf Trønnes

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.