From: Amit Kushwaha Date: Sat, 10 Dec 2016 05:44:47 +0000 (+0530) Subject: net: socket: removed an unnecessary newline X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=fa1bd57a63773f56877c7629a7ff69081ce3ca01;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git net: socket: removed an unnecessary newline This patch removes a newline which was added in socket.c file in net-next Signed-off-by: Amit Kushwaha Signed-off-by: David S. Miller --- diff --git a/net/socket.c b/net/socket.c index 58353835497d..dc01d7be2fda 100644 --- a/net/socket.c +++ b/net/socket.c @@ -1,4 +1,3 @@ - /* * NET An implementation of the SOCKET network access protocol. *