staging: Add missing newline at end of file
authorGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 17 Jun 2019 14:39:39 +0000 (16:39 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Jun 2019 06:59:40 +0000 (08:59 +0200)
"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>
drivers/staging/mt7621-dts/TODO
drivers/staging/rts5208/TODO
drivers/staging/vt6655/test

index 15803132c1ea798a28b2e39bb4f848d9f2d113d2..1b758e5c84e00d486d0a8ab213764e0d82fac47f 100644 (file)
@@ -2,4 +2,4 @@
 - ensure all usage matches code
 - ensure all features used are documented
 
-Cc: NeilBrown <neil@brown.name>
\ No newline at end of file
+Cc: NeilBrown <neil@brown.name>
index 57bcf5834c0c9333a6929428cc42ab9938fea768..9cec0d8dd0b6cad6d8890d9bae1357629a25f6b2 100644 (file)
@@ -4,4 +4,4 @@ TODO:
 - We will use the stack in drivers/mmc to implement
   rts5208/5288 in the future
 
-Micky Ching <micky_ching@realsil.com.cn>
\ No newline at end of file
+Micky Ching <micky_ching@realsil.com.cn>
index 039f7d71c537857cef07ba31acd8f1e29026409c..ba6dec774478e9d57321d07983ad1884bb29078e 100644 (file)
@@ -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))