projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
509ce4c
)
parport: Add missing newline at end of file
author
Geert Uytterhoeven
<geert+renesas@glider.be>
Thu, 1 Aug 2019 19:14:06 +0000
(20:14 +0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 5 Aug 2019 15:56:45 +0000
(17:56 +0200)
"git diff" says:
\ No newline at end of file
after modifying the file.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Link:
https://lore.kernel.org/r/20190801191408.10977-1-sudipm.mukherjee@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/parport/Makefile
patch
|
blob
|
history
diff --git
a/drivers/parport/Makefile
b/drivers/parport/Makefile
index 6fa41f8173b63e74acfc1426ab6ce171dee0b669..022c566c0f327713be895beaffb476ad8aeb5d8c 100644
(file)
--- a/
drivers/parport/Makefile
+++ b/
drivers/parport/Makefile
@@
-19,4
+19,4
@@
obj-$(CONFIG_PARPORT_ATARI) += parport_atari.o
obj-$(CONFIG_PARPORT_SUNBPP) += parport_sunbpp.o
obj-$(CONFIG_PARPORT_GSC) += parport_gsc.o
obj-$(CONFIG_PARPORT_AX88796) += parport_ax88796.o
-obj-$(CONFIG_PARPORT_IP32) += parport_ip32.o
\ No newline at end of file
+obj-$(CONFIG_PARPORT_IP32) += parport_ip32.o