forked from luck/tmp_suning_uos_patched
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>
This commit is contained in:
parent
eacc670fa4
commit
b976583f88
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user