Re: [PATCH 2/7] dma-buf: add SPDX header and fix style in dma-resv.c

2021-06-02 Thread Daniel Vetter
On Wed, Jun 02, 2021 at 02:47:25PM +0200, Christian König wrote: > > > Am 02.06.21 um 14:34 schrieb Daniel Vetter: > > On Wed, Jun 02, 2021 at 01:17:09PM +0200, Christian König wrote: > > > No functional change. > > > > > > Signed-off-by: Christian König > > Acked-by: Daniel Vetter > > > > Ma

Re: [PATCH 2/7] dma-buf: add SPDX header and fix style in dma-resv.c

2021-06-02 Thread Christian König
Am 02.06.21 um 14:34 schrieb Daniel Vetter: On Wed, Jun 02, 2021 at 01:17:09PM +0200, Christian König wrote: No functional change. Signed-off-by: Christian König Acked-by: Daniel Vetter Maybe add the checkpatch warnings you're fixing here to the commit message. I didn't know that initcal

Re: [PATCH 2/7] dma-buf: add SPDX header and fix style in dma-resv.c

2021-06-02 Thread Daniel Vetter
On Wed, Jun 02, 2021 at 01:17:09PM +0200, Christian König wrote: > No functional change. > > Signed-off-by: Christian König Acked-by: Daniel Vetter Maybe add the checkpatch warnings you're fixing here to the commit message. I didn't know that initcalls should be at the bottom ... -Daniel > -

[PATCH 2/7] dma-buf: add SPDX header and fix style in dma-resv.c

2021-06-02 Thread Christian König
No functional change. Signed-off-by: Christian König --- drivers/dma-buf/dma-resv.c | 128 +++-- 1 file changed, 65 insertions(+), 63 deletions(-) diff --git a/drivers/dma-buf/dma-resv.c b/drivers/dma-buf/dma-resv.c index 6ddbeb5dfbf6..87f5d82d992a 100644 --- a/d