Browse Source

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 năm trước cách đây
mục cha
commit
fa1bd57a63
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      net/socket.c

+ 0 - 1
net/socket.c

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