Commit 29c701f9 authored by Casey Schaufler's avatar Casey Schaufler
Browse files

Smack: function parameter 'gfp' not described



Add a descrition of the gfp parameter to smk_import_allocated_label().

Signed-off-by: default avatarCasey Schaufler <casey@schaufler-ca.com>
Reported-by: default avatarkernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202511061746.dPegBnNf-lkp@intel.com/
parent 6ddd169d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -576,6 +576,7 @@ int smack_populate_secattr(struct smack_known *skp)
 * smk_import_valid_allocated_label - import a label, return the list entry
 * @smack: a text string that is a valid Smack label and may be kfree()ed.
 *         It is consumed: either becomes a part of the entry or kfree'ed.
 * @gfp: Allocation type
 *
 * Returns: see description of smk_import_entry()
 */