drm/tinydrm: Trivia typo fix
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 19 Feb 2019 18:13:31 +0000 (21:13 +0300)
committerNoralf Trønnes <noralf@tronnes.org>
Thu, 21 Feb 2019 11:23:48 +0000 (12:23 +0100)
Fix adddress -> address typo.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20190219181331.28326-1-andriy.shevchenko@linux.intel.com
drivers/gpu/drm/tinydrm/mipi-dbi.c

index 045b840..246e708 100644 (file)
@@ -924,7 +924,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