Re: [PATCH] dma-buf: Use %zu for printing sizeof

2019-08-20 Thread Daniel Vetter
On Mon, Aug 19, 2019 at 08:57:40PM +0100, Chris Wilson wrote: > Use the %zu format specifier for a size_t returned by sizeo. > > Reported-by: kbuild-...@01.org > Signed-off-by: Chris Wilson Reviewed-by: Daniel Vetter > --- > drivers/dma-buf/st-dma-fence.c | 2 +- > 1 file changed, 1

[PATCH] dma-buf: Use %zu for printing sizeof

2019-08-19 Thread Chris Wilson
Use the %zu format specifier for a size_t returned by sizeo. Reported-by: kbuild-...@01.org Signed-off-by: Chris Wilson --- drivers/dma-buf/st-dma-fence.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dma-buf/st-dma-fence.c b/drivers/dma-buf/st-dma-fence.c index