diff options
author | Amit Kushwaha <kushwaha.a@samsung.com> | 2016-12-10 08:44:47 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-12-11 01:27:07 +0300 |
commit | fa1bd57a63773f56877c7629a7ff69081ce3ca01 (patch) | |
tree | eb3e9b99aa29a3b1033c813f98aaaddf983df769 /net | |
parent | efa172f42836477bf1ac3c9a3053140df764699c (diff) | |
download | linux-fa1bd57a63773f56877c7629a7ff69081ce3ca01.tar.xz |
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>
Diffstat (limited to 'net')
-rw-r--r-- | net/socket.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/socket.c b/net/socket.c index 58353835497d..dc01d7be2fda 100644 --- a/net/socket.c +++ b/net/socket.c @@ -1,4 +1,3 @@ - /* * NET An implementation of the SOCKET network access protocol. * |