diff options
author | Jonathan Corbet <corbet@lwn.net> | 2017-07-17 22:04:50 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-07-17 22:05:36 +0200 |
commit | b18b12ae608ae2a108e5872bef9ab8122e01904d (patch) | |
tree | 011f46958e8856dc3a9a6cd5046ef71ad092053e /Documentation/driver-api | |
parent | docs: Get module_init() docs from module.h (diff) | |
download | linux-b18b12ae608ae2a108e5872bef9ab8122e01904d.tar.xz linux-b18b12ae608ae2a108e5872bef9ab8122e01904d.zip |
docs: Do not include kerneldoc comments from kernel/sys.c
...because there are none there, and I cannot figure out what would ever
have been of interest there. This eliminates this warning:
./kernel/sys.c:1: warning: no structured comments found
from the build.
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
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 cbfb5a825077..73fa7d42bbba 100644 --- a/Documentation/driver-api/basics.rst +++ b/Documentation/driver-api/basics.rst @@ -103,9 +103,6 @@ Kernel utility functions .. kernel-doc:: kernel/panic.c :export: -.. kernel-doc:: kernel/sys.c - :export: - .. kernel-doc:: kernel/rcu/tree.c :export: |