From e15af9ffbbf75d2ca558ee25664a3a1b34c7cc28 Mon Sep 17 00:00:00 2001 From: Shukui Yang Date: Mon, 5 Sep 2016 10:53:19 +0800 Subject: [PATCH] remove redundant by in annotation(nsexec.c) Signed-off-by: Shukui Yang --- libcontainer/nsenter/nsexec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcontainer/nsenter/nsexec.c b/libcontainer/nsenter/nsexec.c index f5d47eb5..b93f827b 100644 --- a/libcontainer/nsenter/nsexec.c +++ b/libcontainer/nsenter/nsexec.c @@ -108,7 +108,7 @@ static int clone_parent(jmp_buf *env, int flags) * On old kernels, CLONE_PARENT didn't work with CLONE_NEWPID, so we have * to unshare(2) before clone(2) in order to do this. This was fixed in * upstream commit 1f7f4dde5c945f41a7abc2285be43d918029ecc5, and was - * introduced by by 40a0d32d1eaffe6aac7324ca92604b6b3977eb0e. + * introduced by 40a0d32d1eaffe6aac7324ca92604b6b3977eb0e. * * As far as we're aware, the last mainline kernel which had this bug was * Linux 3.12. However, we cannot comment on which kernels the broken patch