All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dma-buf-map: Fix dot vs comma in example
@ 2022-01-11  0:33 Lucas De Marchi
  2022-01-11  8:48 ` Thomas Zimmermann
  0 siblings, 1 reply; 2+ messages in thread
From: Lucas De Marchi @ 2022-01-11  0:33 UTC (permalink / raw)
  To: dri-devel; +Cc: tzimmermann, christian.koenig

Fix typo: separate arguments with comma rather than dot.

Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
---
 include/linux/dma-buf-map.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/linux/dma-buf-map.h b/include/linux/dma-buf-map.h
index 278d489e4bdd..19fa0b5ae5ec 100644
--- a/include/linux/dma-buf-map.h
+++ b/include/linux/dma-buf-map.h
@@ -52,13 +52,13 @@
  *
  *	struct dma_buf_map map = DMA_BUF_MAP_INIT_VADDR(0xdeadbeaf);
  *
- *	dma_buf_map_set_vaddr(&map. 0xdeadbeaf);
+ *	dma_buf_map_set_vaddr(&map, 0xdeadbeaf);
  *
  * To set an address in I/O memory, use dma_buf_map_set_vaddr_iomem().
  *
  * .. code-block:: c
  *
- *	dma_buf_map_set_vaddr_iomem(&map. 0xdeadbeaf);
+ *	dma_buf_map_set_vaddr_iomem(&map, 0xdeadbeaf);
  *
  * Instances of struct dma_buf_map do not have to be cleaned up, but
  * can be cleared to NULL with dma_buf_map_clear(). Cleared mappings
-- 
2.34.1


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

* Re: [PATCH] dma-buf-map: Fix dot vs comma in example
  2022-01-11  0:33 [PATCH] dma-buf-map: Fix dot vs comma in example Lucas De Marchi
@ 2022-01-11  8:48 ` Thomas Zimmermann
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Zimmermann @ 2022-01-11  8:48 UTC (permalink / raw)
  To: Lucas De Marchi, dri-devel; +Cc: christian.koenig


[-- Attachment #1.1: Type: text/plain, Size: 1321 bytes --]

Hi

Am 11.01.22 um 01:33 schrieb Lucas De Marchi:
> Fix typo: separate arguments with comma rather than dot.
> 
> Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>

Thank you. It's in drm-misc-next.

Best regards
Thomas

> ---
>   include/linux/dma-buf-map.h | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/include/linux/dma-buf-map.h b/include/linux/dma-buf-map.h
> index 278d489e4bdd..19fa0b5ae5ec 100644
> --- a/include/linux/dma-buf-map.h
> +++ b/include/linux/dma-buf-map.h
> @@ -52,13 +52,13 @@
>    *
>    *	struct dma_buf_map map = DMA_BUF_MAP_INIT_VADDR(0xdeadbeaf);
>    *
> - *	dma_buf_map_set_vaddr(&map. 0xdeadbeaf);
> + *	dma_buf_map_set_vaddr(&map, 0xdeadbeaf);
>    *
>    * To set an address in I/O memory, use dma_buf_map_set_vaddr_iomem().
>    *
>    * .. code-block:: c
>    *
> - *	dma_buf_map_set_vaddr_iomem(&map. 0xdeadbeaf);
> + *	dma_buf_map_set_vaddr_iomem(&map, 0xdeadbeaf);
>    *
>    * Instances of struct dma_buf_map do not have to be cleaned up, but
>    * can be cleared to NULL with dma_buf_map_clear(). Cleared mappings

-- 
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Maxfeldstr. 5, 90409 Nürnberg, Germany
(HRB 36809, AG Nürnberg)
Geschäftsführer: Ivo Totev

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 840 bytes --]

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

end of thread, other threads:[~2022-01-11  8:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-11  0:33 [PATCH] dma-buf-map: Fix dot vs comma in example Lucas De Marchi
2022-01-11  8:48 ` Thomas Zimmermann

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.