提交 e4f4e6ba 编写于 作者: V Vasyl Gomonovych 提交者: John Johansen

AppArmor: Remove semicolon

Remove unneeded semicolon
Signed-off-by: NVasyl Gomonovych <gomonovych@gmail.com>
Signed-off-by: NJohn Johansen <john.johansen@canonical.com>
上级 278de07e
...@@ -142,7 +142,7 @@ static int d_namespace_path(const struct path *path, char *buf, char **name, ...@@ -142,7 +142,7 @@ static int d_namespace_path(const struct path *path, char *buf, char **name,
error = PTR_ERR(res); error = PTR_ERR(res);
*name = buf; *name = buf;
goto out; goto out;
}; }
} else if (!our_mnt(path->mnt)) } else if (!our_mnt(path->mnt))
connected = 0; connected = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册