Scripts/checkpath.pl says "please, no space before tabs".
Signed-off-by: Geert Uytterhoeven <[email protected]>
---
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
On 08-06-22, 17:42, Geert Uytterhoeven wrote:
> Scripts/checkpath.pl says "please, no space before tabs".
Applied, thanks
--
~Vinod