Commit 62094fa8 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

sockets: Drop one-line alignment block

Make sense in multiline cases only.
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 090513d5
......@@ -442,7 +442,7 @@ static int dump_one_unix(const struct socket_desc *_sk, struct fd_parms *p,
goto err;
}
ue.peer = e->sk_desc->sd.ino;
ue.peer = e->sk_desc->sd.ino;
pr_debug("\t\tFixed inflight socket %x peer %x)\n",
ue.id, ue.peer);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment