diff options
author | Jonathan Corbet <corbet@lwn.net> | 2019-10-01 08:43:21 -0600 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-10-01 08:43:21 -0600 |
commit | e07f7927d52b89947fd32174a013742269cac3d8 (patch) | |
tree | fcf8b5b099d515ea4636eb0df48f2d3cd16ae9e3 | |
parent | e18409c0589f0abf97d706781e4415f9e89dcef7 (diff) | |
download | linux-e07f7927d52b89947fd32174a013742269cac3d8.tar.bz2 |
docs: No structured comments in kernel/dma/coherent.c
Don't try to extract comments from that file, since there are none to be
had and, seemingly, never have been.
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/driver-api/infrastructure.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/driver-api/infrastructure.rst b/Documentation/driver-api/infrastructure.rst index 6172f3cc3d0b..06d98c4526df 100644 --- a/Documentation/driver-api/infrastructure.rst +++ b/Documentation/driver-api/infrastructure.rst @@ -49,9 +49,6 @@ Device Drivers Base Device Drivers DMA Management ----------------------------- -.. kernel-doc:: kernel/dma/coherent.c - :export: - .. kernel-doc:: kernel/dma/mapping.c :export: |