[CRIU] [PATCH v5 08/21] unix: Adjust unix_desc_ops members
Cyrill Gorcunov
gorcunov at gmail.com
Thu May 10 17:57:48 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 374e44cc0b1b..83e84929b625 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