From: Björn Töpel Date: Fri, 18 May 2018 12:00:22 +0000 (+0200) Subject: xsk: remove newline at end of file X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=54b85c27fea4ce2be32a69bc2357847fe0367c64;p=openwrt%2Fstaging%2Fblogic.git xsk: remove newline at end of file Minor cleanup, remove newline at end of Makefile. Signed-off-by: Björn Töpel Signed-off-by: Daniel Borkmann --- diff --git a/net/xdp/Makefile b/net/xdp/Makefile index 074fb2b2d51c..04f073146256 100644 --- a/net/xdp/Makefile +++ b/net/xdp/Makefile @@ -1,2 +1 @@ obj-$(CONFIG_XDP_SOCKETS) += xsk.o xdp_umem.o xsk_queue.o -