diff options
| author | Randy Dunlap <rdunlap@infradead.org> | 2018-04-26 21:29:41 -0400 |
|---|---|---|
| committer | Jonathan Corbet <corbet@lwn.net> | 2018-04-27 19:17:34 -0400 |
| commit | b976583f881814195c7f0ddbc4c541c915e84ae0 (patch) | |
| tree | 63f532ceae687fea643244be96f710ab42c8a275 /Documentation/driver-api | |
| parent | eacc670fa452d8ec70b2eaa6189aefaa1708dd34 (diff) | |
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.rst | 2 |
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 | |||
| 40 | --- | 40 | --- |
| 41 | 41 | ||
| 42 | .. kernel-doc:: drivers/base/devcon.c | 42 | .. kernel-doc:: drivers/base/devcon.c |
| 43 | : functions: device_connection_find_match device_connection_find device_connection_add device_connection_remove | 43 | :functions: device_connection_find_match device_connection_find device_connection_add device_connection_remove |
