Skip to content

Commit f174ac5

Browse files
committed
Merge tag 'ipe-pr-20250324' of git://git.kernel.org/pub/scm/linux/kernel/git/wufan/ipe
Pull ipe update from Fan Wu: "This contains just one commit from Randy Dunlap, which fixes kernel-doc warnings in the IPE subsystem" * tag 'ipe-pr-20250324' of git://git.kernel.org/pub/scm/linux/kernel/git/wufan/ipe: ipe: policy_fs: fix kernel-doc warnings
2 parents 112e43e + 6df401a commit f174ac5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

security/ipe/policy_fs.c

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@
1616
#define MAX_VERSION_SIZE ARRAY_SIZE("65535.65535.65535")
1717

1818
/**
19-
* ipefs_file - defines a file in securityfs.
19+
* struct ipefs_file - defines a file in securityfs.
20+
*
21+
* @name: file name inside the policy subdirectory
22+
* @access: file permissions
23+
* @fops: &file_operations specific to this file
2024
*/
2125
struct ipefs_file {
2226
const char *name;
@@ -401,7 +405,7 @@ static const struct file_operations delete_fops = {
401405
.write = delete_policy,
402406
};
403407

404-
/**
408+
/*
405409
* policy_subdir - files under a policy subdirectory
406410
*/
407411
static const struct ipefs_file policy_subdir[] = {

0 commit comments

Comments
 (0)