diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2019-06-17 16:39:39 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-06-18 08:59:40 +0200 |
commit | 0c20037c6749b8dbb5f6d5952b2894cf3b375571 (patch) | |
tree | ed53cbbbba12a0e18f27fc668d76236db169dea9 | |
parent | 5c8004ce6149a6342fbaffe1410e1f5f7a21ca2a (diff) |
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>
-rw-r--r-- | drivers/staging/mt7621-dts/TODO | 2 | ||||
-rw-r--r-- | drivers/staging/rts5208/TODO | 2 | ||||
-rw-r--r-- | drivers/staging/vt6655/test | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/mt7621-dts/TODO b/drivers/staging/mt7621-dts/TODO index 15803132c1ea..1b758e5c84e0 100644 --- a/drivers/staging/mt7621-dts/TODO +++ b/drivers/staging/mt7621-dts/TODO @@ -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> diff --git a/drivers/staging/rts5208/TODO b/drivers/staging/rts5208/TODO index 57bcf5834c0c..9cec0d8dd0b6 100644 --- a/drivers/staging/rts5208/TODO +++ b/drivers/staging/rts5208/TODO @@ -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> 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)) |