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

Configure Feed

Select the types of activity you want to include in your feed.

apparmor: Modify mismatched function name

No functional modification involved.

security/apparmor/lib.c:93: warning: expecting prototype for aa_mask_to_str(). Prototype was for val_mask_to_str() instead.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=13606
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: John Johansen <john.johansen@canonical.com>

authored by

Jiapeng Chong and committed by
John Johansen
04fe4310 aa904fa1

+1 -1
+1 -1
security/apparmor/lib.c
··· 82 82 } 83 83 84 84 /** 85 - * aa_mask_to_str - convert a perm mask to its short string 85 + * val_mask_to_str - convert a perm mask to its short string 86 86 * @str: character buffer to store string in (at least 10 characters) 87 87 * @str_size: size of the @str buffer 88 88 * @chrs: NUL-terminated character buffer of permission characters