diff options
author | Jonathan Corbet <corbet@lwn.net> | 2017-07-17 14:07:49 -0600 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-07-17 14:07:49 -0600 |
commit | 9b158d860f7a87d4ff341aae684b32fc9f6e371f (patch) | |
tree | 1e95a2ed2ffacdb7e842b35395fe95396d041301 /Documentation/driver-api/dma-buf.rst | |
parent | b18b12ae608ae2a108e5872bef9ab8122e01904d (diff) | |
download | linux-9b158d860f7a87d4ff341aae684b32fc9f6e371f.tar.bz2 |
docs: Do not include from .../seqno-fence.c
There are no kerneldoc comments in drivers/dma-buf/seqno-fence.c, and it
appears there never have been. Stop looking for comments there to
eliminate this warning:
./drivers/dma-buf/seqno-fence.c:1: warning: no structured comments found
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/driver-api/dma-buf.rst')
-rw-r--r-- | Documentation/driver-api/dma-buf.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/driver-api/dma-buf.rst b/Documentation/driver-api/dma-buf.rst index 31671b469627..dc384f2f7f34 100644 --- a/Documentation/driver-api/dma-buf.rst +++ b/Documentation/driver-api/dma-buf.rst @@ -139,9 +139,6 @@ DMA Fences Seqno Hardware Fences ~~~~~~~~~~~~~~~~~~~~~ -.. kernel-doc:: drivers/dma-buf/seqno-fence.c - :export: - .. kernel-doc:: include/linux/seqno-fence.h :internal: |