mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 01:32:21 +02:00
apparmor: fix kernel-doc warnings
Fix two kernel-doc warnings: - non-kernel-doc comment marked with '/**' in af_unix.c - documented symbol name mismatch for aa_get_i_loaddata() in policy_unpack.h No functional changes. Signed-off-by: Rodrigo Zaiden <rodrigoffzz@gmail.com> Signed-off-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
parent
4e905ed27c
commit
d0691bd5dc
|
|
@ -615,7 +615,7 @@ static int unix_peer_perm(const struct cred *subj_cred,
|
|||
peer_label, &ad));
|
||||
}
|
||||
|
||||
/**
|
||||
/*
|
||||
*
|
||||
* Requires: lock held on both @sk and @peer_sk
|
||||
* called by unix_stream_connect, unix_may_send
|
||||
|
|
|
|||
|
|
@ -131,7 +131,7 @@ struct aa_loaddata {
|
|||
int aa_unpack(struct aa_loaddata *udata, struct list_head *lh, const char **ns);
|
||||
|
||||
/**
|
||||
* aa_get_loaddata - get a reference count from a counted data reference
|
||||
* aa_get_i_loaddata - get a reference count from a counted data reference
|
||||
* @data: reference to get a count on
|
||||
*
|
||||
* Returns: pointer to reference
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user