Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
e296652b
Commit
e296652b
authored
Jul 23, 2017
by
Jonathan Corbet
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'warning-fixes' into docs-next
A series to clean up a number of docs build warnings. More to come.
parents
c7004d10
23924e31
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3 additions
and
17 deletions
+3
-17
Documentation/driver-api/basics.rst
Documentation/driver-api/basics.rst
+1
-4
Documentation/driver-api/dma-buf.rst
Documentation/driver-api/dma-buf.rst
+0
-3
Documentation/driver-api/s390-drivers.rst
Documentation/driver-api/s390-drivers.rst
+1
-1
Documentation/driver-api/scsi.rst
Documentation/driver-api/scsi.rst
+0
-8
Documentation/gpu/drm-mm.rst
Documentation/gpu/drm-mm.rst
+1
-1
No files found.
Documentation/driver-api/basics.rst
View file @
e296652b
...
...
@@ -4,7 +4,7 @@ Driver Basics
Driver Entry and Exit points
----------------------------
.. kernel-doc:: include/linux/
init
.h
.. kernel-doc:: include/linux/
module
.h
:internal:
Driver device table
...
...
@@ -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:
...
...
Documentation/driver-api/dma-buf.rst
View file @
e296652b
...
...
@@ -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:
...
...
Documentation/driver-api/s390-drivers.rst
View file @
e296652b
...
...
@@ -75,7 +75,7 @@ The channel-measurement facility provides a means to collect measurement
data which is made available by the channel subsystem for each channel
attached device.
.. kernel-doc:: arch/s390/include/asm/cmb.h
.. kernel-doc:: arch/s390/include/
uapi/
asm/cmb.h
:internal:
.. kernel-doc:: drivers/s390/cio/cmf.c
...
...
Documentation/driver-api/scsi.rst
View file @
e296652b
...
...
@@ -224,14 +224,6 @@ mid to lowlevel SCSI driver interface
.. kernel-doc:: drivers/scsi/hosts.c
:export:
drivers/scsi/constants.c
~~~~~~~~~~~~~~~~~~~~~~~~
mid to lowlevel SCSI driver interface
.. kernel-doc:: drivers/scsi/constants.c
:export:
Transport classes
-----------------
...
...
Documentation/gpu/drm-mm.rst
View file @
e296652b
...
...
@@ -492,7 +492,7 @@ DRM Sync Objects
:doc: Overview
.. kernel-doc:: include/drm/drm_syncobj.h
:
export
:
:
internal
:
.. kernel-doc:: drivers/gpu/drm/drm_syncobj.c
:export:
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment