diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2019-06-17 17:39:39 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-06-18 09:59:40 +0300 |
commit | 0c20037c6749b8dbb5f6d5952b2894cf3b375571 (patch) | |
tree | ed53cbbbba12a0e18f27fc668d76236db169dea9 /drivers/staging/vt6655 | |
parent | 5c8004ce6149a6342fbaffe1410e1f5f7a21ca2a (diff) | |
download | linux-0c20037c6749b8dbb5f6d5952b2894cf3b375571.tar.xz |
staging: Add missing newline at end of file
"git diff" says:
\ No newline at end of file
after modifying the files.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6655')
-rw-r--r-- | drivers/staging/vt6655/test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/vt6655/test b/drivers/staging/vt6655/test index 039f7d71c537..ba6dec774478 100644 --- a/drivers/staging/vt6655/test +++ b/drivers/staging/vt6655/test @@ -6,4 +6,4 @@ KSP := /lib/modules/$(shell uname -r)/build \ # /usr/src/linux-$(shell uname -r | sed 's/\([0-9]*\.[0-9]*\)\..*/\1/') \ # /usr/src/linux /home/plice test_dir = $(shell [ -e $(dir)/include/linux ] && echo $(dir)) -KSP := $(foreach dir, $(KSP), $(test_dir))
\ No newline at end of file +KSP := $(foreach dir, $(KSP), $(test_dir)) |