Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

AppArmor: Remove semicolon

Remove unneeded semicolon

Signed-off-by: Vasyl Gomonovych <gomonovych@gmail.com>
Signed-off-by: John Johansen <john.johansen@canonical.com>

authored by

Vasyl Gomonovych and committed by
John Johansen
e4f4e6ba 278de07e

+1 -1
+1 -1
security/apparmor/path.c
··· 142 142 error = PTR_ERR(res); 143 143 *name = buf; 144 144 goto out; 145 - }; 145 + } 146 146 } else if (!our_mnt(path->mnt)) 147 147 connected = 0; 148 148