Commit 0c20037c authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Greg Kroah-Hartman

staging: Add missing newline at end of file

"git diff" says:

    \ No newline at end of file

after modifying the files.
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5c8004ce
......@@ -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>
......@@ -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>
......@@ -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))
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment