diff options
author | Jonathan Corbet <corbet@lwn.net> | 2019-05-24 15:03:39 -0600 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-05-24 15:03:39 -0600 |
commit | dea20be5063c97bdac48e81ee2a85975f14885ed (patch) | |
tree | 37a7a5c7dd8f3600fafe3727dfc3689c4b116b78 /Documentation/filesystems | |
parent | 3aef4472665695be7cbdd2cc274814f56d36e4ef (diff) |
docs: no structured comments in fs/file_table.c
Remove the kernel-doc directive, since there are only warnings to be found
there.
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r-- | Documentation/filesystems/api-summary.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/filesystems/api-summary.rst b/Documentation/filesystems/api-summary.rst index aa51ffcfa029..bbb0c1c0e5cf 100644 --- a/Documentation/filesystems/api-summary.rst +++ b/Documentation/filesystems/api-summary.rst @@ -89,9 +89,6 @@ Other Functions .. kernel-doc:: fs/direct-io.c :export: -.. kernel-doc:: fs/file_table.c - :export: - .. kernel-doc:: fs/libfs.c :export: |