From: Amit Kushwaha Date: Sat, 10 Dec 2016 05:44:47 +0000 (+0530) Subject: net: socket: removed an unnecessary newline X-Git-Tag: v4.10-rc1~202^2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa1bd57a63773f56877c7629a7ff69081ce3ca01;p=thirdparty%2Fkernel%2Flinux.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 58353835497d9..dc01d7be2fdad 100644 --- a/net/socket.c +++ b/net/socket.c @@ -1,4 +1,3 @@ - /* * NET An implementation of the SOCKET network access protocol. *