projects
/
platform
/
kernel
/
linux-rpi3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dac0914
)
xsk: remove newline at end of file
author
Björn Töpel
<bjorn.topel@intel.com>
Fri, 18 May 2018 12:00:22 +0000
(14:00 +0200)
committer
Daniel Borkmann
<daniel@iogearbox.net>
Fri, 18 May 2018 14:07:02 +0000
(16:07 +0200)
Minor cleanup, remove newline at end of Makefile.
Signed-off-by: Björn Töpel <bjorn.topel@intel.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
net/xdp/Makefile
patch
|
blob
|
history
diff --git
a/net/xdp/Makefile
b/net/xdp/Makefile
index
074fb2b
..
04f0731
100644
(file)
--- a/
net/xdp/Makefile
+++ b/
net/xdp/Makefile
@@
-1,2
+1
@@
obj-$(CONFIG_XDP_SOCKETS) += xsk.o xdp_umem.o xsk_queue.o
-