Skip to content

Commit 05f1a93

Browse files
committed
selinux: fix the kdoc header for task_avdcache_update
The kdoc header incorrectly references an older parameter, update it to reference what is currently used in the function. Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202504122308.Ch8PzJdD-lkp@intel.com/ Signed-off-by: Paul Moore <paul@paul-moore.com>
1 parent 1ec31f1 commit 05f1a93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

security/selinux/hooks.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3160,7 +3160,7 @@ static inline int task_avdcache_search(struct task_security_struct *tsec,
31603160
* task_avdcache_update - Update the task's AVD cache
31613161
* @tsec: the task's security state
31623162
* @isec: the inode associated with the cache entry
3163-
* @avdc: the AVD info to cache
3163+
* @avd: the AVD to cache
31643164
* @audited: the permission audit bitmask to cache
31653165
*
31663166
* Update the AVD cache in @tsec with the @avdc and @audited info associated

0 commit comments

Comments
 (0)