diff mbox

net: socket: removed an unnecessary newline

Message ID 1481348687-23904-1-git-send-email-kushwaha.a@samsung.com
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

kushwaha.a@samsung.com Dec. 10, 2016, 5:44 a.m. UTC
From: Amit Kushwaha <kushwaha.a@samsung.com>

This patch removes a newline which was added
in socket.c file in net-next

Signed-off-by: Amit Kushwaha <kushwaha.a@samsung.com>
---
 net/socket.c |    1 -
 1 file changed, 1 deletion(-)

Comments

David Miller Dec. 10, 2016, 10:27 p.m. UTC | #1
From: kushwaha.a@samsung.com
Date: Sat, 10 Dec 2016 11:14:47 +0530

> From: Amit Kushwaha <kushwaha.a@samsung.com>
> 
> This patch removes a newline which was added
> in socket.c file in net-next
> 
> Signed-off-by: Amit Kushwaha <kushwaha.a@samsung.com>

Applied.
diff mbox

Patch

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.
  *