diff options
author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | 2021-04-30 07:59:40 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2021-04-30 20:20:41 +0200 |
commit | 91ab1a41191ef2d4c6e123951a0f0c3876bd9376 (patch) | |
tree | aef42a9a3bbd98d9ac92ae413dadb3c8174c952f /mm/kasan | |
parent | MAINTAINERS: assign pagewalk.h to MEMORY MANAGEMENT (diff) | |
download | linux-91ab1a41191ef2d4c6e123951a0f0c3876bd9376.tar.xz linux-91ab1a41191ef2d4c6e123951a0f0c3876bd9376.zip |
pagewalk: prefix struct kernel-doc descriptions
The script './scripts/kernel-doc -none ./include/linux/pagewalk.h' reports:
include/linux/pagewalk.h:37: warning: cannot understand function prototype: 'struct mm_walk_ops '
include/linux/pagewalk.h:85: warning: cannot understand function prototype: 'struct mm_walk '
A kernel-doc description for a structure requires to prefix the struct
name with the keyword 'struct'. So, do that such that no further
kernel-doc warnings are reported for this file.
Link: https://lkml.kernel.org/r/20210322122542.15072-3-lukas.bulwahn@gmail.com
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Cc: Joe Perches <joe@perches.com>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Ralf Ramsauer <ralf.ramsauer@oth-regensburg.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/kasan')
0 files changed, 0 insertions, 0 deletions