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-Tag: v4.18-rc1~114^2~148^2~12^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54b85c27fea4ce2be32a69bc2357847fe0367c64;p=thirdparty%2Fkernel%2Fstable.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 074fb2b2d51ca..04f073146256e 100644 --- a/net/xdp/Makefile +++ b/net/xdp/Makefile @@ -1,2 +1 @@ obj-$(CONFIG_XDP_SOCKETS) += xsk.o xdp_umem.o xsk_queue.o -