Re: [PATCH] dma-buf-map: Fix dot vs comma in example

2022-01-11 Thread Thomas Zimmermann
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 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

[PATCH] dma-buf-map: Fix dot vs comma in example

2022-01-10 Thread Lucas De Marchi
Fix typo: separate arguments with comma rather than dot. Signed-off-by: Lucas De Marchi --- 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/