Skip to content

Commit 29c701f

Browse files
committed
Smack: function parameter 'gfp' not described
Add a descrition of the gfp parameter to smk_import_allocated_label(). Signed-off-by: Casey Schaufler <casey@schaufler-ca.com> Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202511061746.dPegBnNf-lkp@intel.com/
1 parent 6ddd169 commit 29c701f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

security/smack/smack_access.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,7 @@ int smack_populate_secattr(struct smack_known *skp)
576576
* smk_import_valid_allocated_label - import a label, return the list entry
577577
* @smack: a text string that is a valid Smack label and may be kfree()ed.
578578
* It is consumed: either becomes a part of the entry or kfree'ed.
579+
* @gfp: Allocation type
579580
*
580581
* Returns: see description of smk_import_entry()
581582
*/

0 commit comments

Comments
 (0)