All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dmaengine: dmatest: Remove spaces before tabs
@ 2022-06-08 15:42 Geert Uytterhoeven
  2022-06-09  6:02 ` Vinod Koul
  0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2022-06-08 15:42 UTC (permalink / raw)
  To: Vinod Koul; +Cc: dmaengine, linux-kernel, Geert Uytterhoeven

Scripts/checkpath.pl says "please, no space before tabs".

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 drivers/dma/dmatest.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/dma/dmatest.c b/drivers/dma/dmatest.c
index 0a2168a4ccb0cf17..8ad8e7011d0be913 100644
--- a/drivers/dma/dmatest.c
+++ b/drivers/dma/dmatest.c
@@ -579,10 +579,10 @@ static int dmatest_func(void *data)
 	unsigned int		total_tests = 0;
 	dma_cookie_t		cookie;
 	enum dma_status		status;
-	enum dma_ctrl_flags 	flags;
+	enum dma_ctrl_flags	flags;
 	u8			*pq_coefs = NULL;
 	int			ret;
-	unsigned int 		buf_size;
+	unsigned int		buf_size;
 	struct dmatest_data	*src;
 	struct dmatest_data	*dst;
 	int			i;
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] dmaengine: dmatest: Remove spaces before tabs
  2022-06-08 15:42 [PATCH] dmaengine: dmatest: Remove spaces before tabs Geert Uytterhoeven
@ 2022-06-09  6:02 ` Vinod Koul
  0 siblings, 0 replies; 2+ messages in thread
From: Vinod Koul @ 2022-06-09  6:02 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: dmaengine, linux-kernel

On 08-06-22, 17:42, Geert Uytterhoeven wrote:
> Scripts/checkpath.pl says "please, no space before tabs".

Applied, thanks

-- 
~Vinod

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-09  6:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-08 15:42 [PATCH] dmaengine: dmatest: Remove spaces before tabs Geert Uytterhoeven
2022-06-09  6:02 ` Vinod Koul

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.