Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1689473 > unrolled thread
| Started by | Jonathan Corbet <corbet@lwn.net> |
|---|---|
| First post | 2017-07-17 23:10 +0200 |
| Last post | 2017-07-17 23:10 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 3/7] docs: Do not include from .../seqno-fence.c Jonathan Corbet <corbet@lwn.net> - 2017-07-17 23:10 +0200
| From | Jonathan Corbet <corbet@lwn.net> |
|---|---|
| Date | 2017-07-17 23:10 +0200 |
| Subject | [PATCH 3/7] docs: Do not include from .../seqno-fence.c |
| Message-ID | <u4lrc-1Mq-17@gated-at.bofh.it> |
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>
---
Documentation/driver-api/dma-buf.rst | 3 ---
1 file changed, 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:
--
2.9.4
Back to top | Article view | linux.kernel
csiph-web