[lxc-devel] [lxc/master] seccomp: coding style

brauner on Github lxc-bot at linuxcontainers.org
Tue Jul 9 19:09:04 UTC 2019


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 364 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20190709/a4e41214/attachment.bin>
-------------- next part --------------
From cbbdd1dd351c4be53d7e9616d805b882e8c11722 Mon Sep 17 00:00:00 2001
From: Christian Brauner <christian.brauner at ubuntu.com>
Date: Tue, 9 Jul 2019 21:08:20 +0200
Subject: [PATCH] seccomp: coding style

Signed-off-by: Christian Brauner <christian.brauner at ubuntu.com>
---
 src/lxc/seccomp.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/lxc/seccomp.c b/src/lxc/seccomp.c
index 974e454c75..aa45b0cf60 100644
--- a/src/lxc/seccomp.c
+++ b/src/lxc/seccomp.c
@@ -1479,8 +1479,7 @@ int seccomp_notify_handler(int fd, uint32_t events, void *data,
 		goto out;
 	}
 
-	bytes = lxc_recvmsg_nointr_iov(listener_proxy_fd, iov,iov_len,
-				       MSG_TRUNC);
+	bytes = lxc_recvmsg_nointr_iov(listener_proxy_fd, iov, iov_len, MSG_TRUNC);
 	if (bytes != (ssize_t)msg_base_size) {
 		SYSERROR("Failed to receive message from seccomp proxy");
 		seccomp_notify_default_answer(fd, req, resp, hdlr);


More information about the lxc-devel mailing list