瀏覽代碼

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 <kushwaha.a@samsung.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Amit Kushwaha 9 年之前
父節點
當前提交
fa1bd57a63
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      net/socket.c

+ 0 - 1
net/socket.c

@@ -1,4 +1,3 @@
-
 /*
  * NET		An implementation of the SOCKET network access protocol.
  *