diff options
author | Kees Cook <keescook@chromium.org> | 2022-09-26 21:45:32 +0200 |
---|---|---|
committer | Kees Cook <keescook@chromium.org> | 2022-10-25 23:57:42 +0200 |
commit | 31970608a6d3796c3adbfbfd379fa3092de65c5d (patch) | |
tree | 5aab269f42a9353ae754a96fb180aac026ea7b6d /Documentation/driver-api | |
parent | Linux 6.1-rc1 (diff) | |
download | linux-31970608a6d3796c3adbfbfd379fa3092de65c5d.tar.xz linux-31970608a6d3796c3adbfbfd379fa3092de65c5d.zip |
overflow: Fix kern-doc markup for functions
Fix the kern-doc markings for several of the overflow helpers and move
their location into the core kernel API documentation, where it belongs
(it's not driver-specific).
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: linux-hardening@vger.kernel.org
Reviewed-by: Akira Yokosawa <akiyks@gmail.com>
Signed-off-by: Kees Cook <keescook@chromium.org>
Diffstat (limited to 'Documentation/driver-api')
-rw-r--r-- | Documentation/driver-api/basics.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/driver-api/basics.rst b/Documentation/driver-api/basics.rst index 3e2dae954898..4b4d8e28d3be 100644 --- a/Documentation/driver-api/basics.rst +++ b/Documentation/driver-api/basics.rst @@ -107,9 +107,6 @@ Kernel utility functions .. kernel-doc:: kernel/panic.c :export: -.. kernel-doc:: include/linux/overflow.h - :internal: - Device Resource Management -------------------------- |