[CRIU] [PATCH 07/16] sk-unix: Align unix_desc_ops members

Cyrill Gorcunov gorcunov at openvz.org
Fri Dec 9 09:17:07 PST 2016


Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 criu/sk-unix.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/criu/sk-unix.c b/criu/sk-unix.c
index 13799d578563..ddc3c94588d4 100644
--- a/criu/sk-unix.c
+++ b/criu/sk-unix.c
@@ -1320,11 +1320,11 @@ static char *socket_d_name(struct file_desc *d, char *buf, size_t s)
 }
 
 static struct file_desc_ops unix_desc_ops = {
-	.type = FD_TYPES__UNIXSK,
-	.open = open_unix_sk,
-	.post_open = post_open_unix_sk,
-	.want_transport = unixsk_should_open_transport,
-	.name = socket_d_name,
+	.type		= FD_TYPES__UNIXSK,
+	.open		= open_unix_sk,
+	.post_open	= post_open_unix_sk,
+	.want_transport	= unixsk_should_open_transport,
+	.name		= socket_d_name,
 };
 
 /*
-- 
2.7.4



More information about the CRIU mailing list