Re: [PATCH for-next 1/3] dma-buf: Fix pin callback comment

2021-10-18 Thread Christian König
Am 12.10.21 um 14:09 schrieb Gal Pressman: The pin callback does not necessarily have to move the memory to system memory, remove the sentence from the comment. Signed-off-by: Gal Pressman Reviewed-by: Christian König --- include/linux/dma-buf.h | 4 ++-- 1 file changed, 2 insertions(+)

[PATCH for-next 1/3] dma-buf: Fix pin callback comment

2021-10-12 Thread Gal Pressman
The pin callback does not necessarily have to move the memory to system memory, remove the sentence from the comment. Signed-off-by: Gal Pressman --- include/linux/dma-buf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/linux/dma-buf.h b/include/linux/dma-buf.h