AppArmor: Remove semicolon
Remove unneeded semicolon Signed-off-by: Vasyl Gomonovych <gomonovych@gmail.com> Signed-off-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:

committed by
John Johansen

parent
278de07ef8
commit
e4f4e6ba5e
@@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user