mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 01:49:46 +00:00
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
5c8004ce61
commit
0c20037c67
@@ -2,4 +2,4 @@
|
||||
- ensure all usage matches code
|
||||
- ensure all features used are documented
|
||||
|
||||
Cc: NeilBrown <neil@brown.name>
|
||||
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>
|
||||
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))
|
||||
KSP := $(foreach dir, $(KSP), $(test_dir))
|
||||
|
||||
Reference in New Issue
Block a user