From: Amit Kushwaha <[email protected]> This patch removes a newline which was added in socket.c file in net-next
Signed-off-by: Amit Kushwaha <[email protected]> --- net/socket.c | 1 - 1 file changed, 1 deletion(-) diff --git a/net/socket.c b/net/socket.c index 5835383..dc01d7b 100644 --- a/net/socket.c +++ b/net/socket.c @@ -1,4 +1,3 @@ - /* * NET An implementation of the SOCKET network access protocol. * -- 1.7.9.5
