aboutsummaryrefslogtreecommitdiff
path: root/Documentation/driver-api
diff options
context:
space:
mode:
authorGravatar Randy Dunlap <rdunlap@infradead.org> 2018-04-26 18:29:41 -0700
committerGravatar Jonathan Corbet <corbet@lwn.net> 2018-04-27 17:17:34 -0600
commitb976583f881814195c7f0ddbc4c541c915e84ae0 (patch)
tree63f532ceae687fea643244be96f710ab42c8a275 /Documentation/driver-api
parentdocumentation: core-api: rearrange a few kernel-api chapters and sections (diff)
downloadlinux-b976583f881814195c7f0ddbc4c541c915e84ae0.tar.gz
linux-b976583f881814195c7f0ddbc4c541c915e84ae0.tar.bz2
linux-b976583f881814195c7f0ddbc4c541c915e84ae0.zip
Documentation: driver-api: fix device_connection.rst kernel-doc error
Using incorrect :functions: syntax (extra space) causes an odd kernel-doc warning, so fix that. Documentation/driver-api/device_connection.rst:42: ERROR: Error in "kernel-doc" directive: Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Reviewed-by: Heikki Krogerus <heikki.krogerus@linux.intel.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/driver-api')
-rw-r--r--Documentation/driver-api/device_connection.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/driver-api/device_connection.rst b/Documentation/driver-api/device_connection.rst
index affbc5566ab0..ba364224c349 100644
--- a/Documentation/driver-api/device_connection.rst
+++ b/Documentation/driver-api/device_connection.rst
@@ -40,4 +40,4 @@ API
---
.. kernel-doc:: drivers/base/devcon.c
- : functions: device_connection_find_match device_connection_find device_connection_add device_connection_remove
+ :functions: device_connection_find_match device_connection_find device_connection_add device_connection_remove