Skip to content

Commit

Permalink
Documentation: driver-api: fix device_connection.rst kernel-doc error
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-by: Heikki Krogerus <[email protected]>
Signed-off-by: Jonathan Corbet <[email protected]>
  • Loading branch information
rddunlap authored and Jonathan Corbet committed Apr 27, 2018
1 parent eacc670 commit b976583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/driver-api/device_connection.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b976583

Please sign in to comment.