From 0c20037c6749b8dbb5f6d5952b2894cf3b375571 Mon Sep 17 00:00:00 2001 From: Geert Uytterhoeven Date: Mon, 17 Jun 2019 16:39:39 +0200 Subject: [PATCH] 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 Signed-off-by: Greg Kroah-Hartman --- drivers/staging/mt7621-dts/TODO | 2 +- drivers/staging/rts5208/TODO | 2 +- 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 \ No newline at end of file +Cc: NeilBrown 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 \ No newline at end of file +Micky Ching 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)) -- 2.45.2