From fa1bd57a63773f56877c7629a7ff69081ce3ca01 Mon Sep 17 00:00:00 2001 From: Amit Kushwaha Date: Sat, 10 Dec 2016 11:14:47 +0530 Subject: 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 --- net/socket.c | 1 - 1 file changed, 1 deletion(-) 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. * -- cgit