Re: [PATCH] selftests: drivers: Create .gitignore to include /dma-buf/udmabuf

2019-05-14 Thread Shuah Khan
On 5/11/19 11:04 PM, Kelsey Skunberg wrote: Create /selftests/drivers/.gitignore which holds the following file name created after compiling: Thanks for the patch. Ran into the same relative path WARN from checkpatch for the commit log. Fixed it and applied. thanks, -- Shuah

[PATCH] selftests: drivers: Create .gitignore to include /dma-buf/udmabuf

2019-05-11 Thread Kelsey Skunberg
Create /selftests/drivers/.gitignore which holds the following file name created after compiling: - /dma-buf/udmabuf Signed-off-by: Kelsey Skunberg --- tools/testing/selftests/drivers/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 tools/testing/selftests/drivers/.g