OSDN Git Service

net: socket: removed an unnecessary newline
authorAmit Kushwaha <kushwaha.a@samsung.com>
Sat, 10 Dec 2016 05:44:47 +0000 (11:14 +0530)
committerDavid S. Miller <davem@davemloft.net>
Sat, 10 Dec 2016 22:27:07 +0000 (17:27 -0500)
This patch removes a newline which was added
in socket.c file in net-next

Signed-off-by: Amit Kushwaha <kushwaha.a@samsung.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/socket.c

index 5835383..dc01d7b 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * NET         An implementation of the SOCKET network access protocol.
  *