diff options
| author | Linus Torvalds <[email protected]> | 2021-06-28 23:13:37 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2021-06-28 23:13:37 +0000 |
| commit | 9cd19f02c46a2dfaf70b8d450fb16f9eb246dfa4 (patch) | |
| tree | 5282f05af516e9bd93c4a0a2e17c511db72ec5c1 /security/tomoyo/util.c | |
| parent | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... (diff) | |
| parent | tomoyo: fix doc warnings (diff) | |
| download | kernel-9cd19f02c46a2dfaf70b8d450fb16f9eb246dfa4.tar.gz kernel-9cd19f02c46a2dfaf70b8d450fb16f9eb246dfa4.zip | |
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/util.c')
| -rw-r--r-- | security/tomoyo/util.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/tomoyo/util.c b/security/tomoyo/util.c index e89cac913583..1da2e3722b12 100644 --- a/security/tomoyo/util.c +++ b/security/tomoyo/util.c @@ -83,8 +83,8 @@ const u8 tomoyo_index2category[TOMOYO_MAX_MAC_INDEX] = { /** * tomoyo_convert_time - Convert time_t to YYYY/MM/DD hh/mm/ss. * - * @time: Seconds since 1970/01/01 00:00:00. - * @stamp: Pointer to "struct tomoyo_time". + * @time64: Seconds since 1970/01/01 00:00:00. + * @stamp: Pointer to "struct tomoyo_time". * * Returns nothing. */ |
