diff options
| author | Linus Torvalds <[email protected]> | 2021-06-28 16:13:37 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2021-06-28 16:13:37 -0700 |
| commit | 9cd19f02c46a2dfaf70b8d450fb16f9eb246dfa4 (patch) | |
| tree | 5282f05af516e9bd93c4a0a2e17c511db72ec5c1 /security/tomoyo/securityfs_if.c | |
| parent | 6159c49e12284b4880fd60e0575a71a40556a67e (diff) | |
| parent | 98eaa63e96273de075f3ce4eac0f18b33d28b84c (diff) | |
Merge tag 'tomoyo-pr-20210628' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1
Pull tomoyo fix from Tetsuo Handa:
"A doc warning fix from ChenXiaoSong"
* tag 'tomoyo-pr-20210628' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1:
tomoyo: fix doc warnings
Diffstat (limited to 'security/tomoyo/securityfs_if.c')
| -rw-r--r-- | security/tomoyo/securityfs_if.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/tomoyo/securityfs_if.c b/security/tomoyo/securityfs_if.c index 065f4941c4d8..a2705798476f 100644 --- a/security/tomoyo/securityfs_if.c +++ b/security/tomoyo/securityfs_if.c @@ -139,6 +139,7 @@ static int tomoyo_open(struct inode *inode, struct file *file) /** * tomoyo_release - close() for /sys/kernel/security/tomoyo/ interface. * + * @inode: Pointer to "struct inode". * @file: Pointer to "struct file". * */ |