Re: [RFC PATCH 1/2] dma-buf: Fix pin callback comment

2021-10-09 Thread Gal Pressman
On 07/10/2021 13:44, Christian König wrote: > Am 07.10.21 um 12:42 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 >> --- >>   include/linux/dma-buf.h | 4 +--- >>   1

Re: [RFC PATCH 1/2] dma-buf: Fix pin callback comment

2021-10-07 Thread Christian König
Am 07.10.21 um 12:42 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 --- include/linux/dma-buf.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/i

[RFC PATCH 1/2] dma-buf: Fix pin callback comment

2021-10-07 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, 1 insertion(+), 3 deletions(-) diff --git a/include/linux/dma-buf.h b/include/linux/dma-buf.h i