ima: fix ima_delete_rules() kernel-doc warning
authorRandy Dunlap <rdunlap@infradead.org>
Mon, 2 Jan 2023 20:45:25 +0000 (12:45 -0800)
committerMimi Zohar <zohar@linux.ibm.com>
Wed, 18 Jan 2023 18:35:40 +0000 (13:35 -0500)
commitb8dc57947379ca02500540bf942ecb42a30bfe92
treedfbc77016b85b1db6de111bf299c69d425b67466
parent62622dab0a285033e971641b781bc917d5939ce6
ima: fix ima_delete_rules() kernel-doc warning

Use correct kernel-doc syntax in the function description to
prevent a kernel-doc warning:

security/integrity/ima/ima_policy.c:1964: warning: expecting prototype for ima_delete_rules() called to cleanup invalid in(). Prototype was for ima_delete_rules() instead

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Paul Moore <paul@paul-moore.com>
Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
security/integrity/ima/ima_policy.c