From: Geert Uytterhoeven Date: Mon, 17 Jun 2019 14:41:22 +0000 (+0200) Subject: tools/firmware: Add missing newline at end of file X-Git-Tag: v5.15~5970^2~60 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3aa6980139d19542d9204387fadadd3861e433ec;p=platform%2Fkernel%2Flinux-starfive.git tools/firmware: Add missing newline at end of file "git diff" says: \ No newline at end of file after modifying the file. Signed-off-by: Geert Uytterhoeven Signed-off-by: Greg Kroah-Hartman --- diff --git a/tools/firmware/Makefile b/tools/firmware/Makefile index d329825..cfb297e6 100644 --- a/tools/firmware/Makefile +++ b/tools/firmware/Makefile @@ -10,4 +10,4 @@ all: ihex2fw clean: $(RM) ihex2fw -.PHONY: all clean \ No newline at end of file +.PHONY: all clean