projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efa172f
)
net: socket: removed an unnecessary newline
author
Amit Kushwaha
<kushwaha.a@samsung.com>
Sat, 10 Dec 2016 05:44:47 +0000
(11:14 +0530)
committer
David S. Miller
<davem@davemloft.net>
Sat, 10 Dec 2016 22:27:07 +0000
(17:27 -0500)
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>
net/socket.c
patch
|
blob
|
blame
|
history
diff --git
a/net/socket.c
b/net/socket.c
index 58353835497d9cebb139d276a383af858c867e8e..dc01d7be2fdad6f444358eef3711c548af6c369c 100644
(file)
--- a/
net/socket.c
+++ b/
net/socket.c
@@
-1,4
+1,3
@@
-
/*
* NET An implementation of the SOCKET network access protocol.
*