[CRIU] [PATCH 07/17] unix: Adjust unix_desc_ops members

Cyrill Gorcunov gorcunov at gmail.com
Sun Apr 1 23:07:33 MSK 2018


For readability sake.

Signed-off-by: Cyrill Gorcunov <gorcunov at gmail.com>
---
 criu/sk-unix.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/criu/sk-unix.c b/criu/sk-unix.c
index 2b75760bbc4e..1df69a035015 100644
--- a/criu/sk-unix.c
+++ b/criu/sk-unix.c
@@ -1743,10 +1743,10 @@ static void unix_get_user_ns(struct file_desc *desc, uint32_t *file_uns_id, stru
 }
 
 static struct file_desc_ops unix_desc_ops = {
-	.type = FD_TYPES__UNIXSK,
-	.open = open_unix_sk,
-	.get_user_ns = unix_get_user_ns,
-	.name = socket_d_name,
+	.type		= FD_TYPES__UNIXSK,
+	.open		= open_unix_sk,
+	.get_user_ns	= unix_get_user_ns,
+	.name		= socket_d_name,
 };
 
 /*
-- 
2.14.3



More information about the CRIU mailing list