diff options
author | Jonathan Corbet <corbet@lwn.net> | 2019-05-24 23:31:50 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-05-24 23:31:50 +0300 |
commit | e8d4f892bb245702ee23abfcd28eb98b5eca6c86 (patch) | |
tree | ad11387e01e47faf18de655063a765405c0fdd38 | |
parent | a5f6f88c3d1a453dd35cbaac2870f5fae866ad2e (diff) | |
download | linux-e8d4f892bb245702ee23abfcd28eb98b5eca6c86.tar.xz |
docs: Fix a misdirected kerneldoc directive
The stratix10 service layer documentation tried to include a kerneldoc
comments for a nonexistent struct; leading to a "no structured comments
found" message. Switch it to stratix10_svc_command_config_type, which
appears at that spot in the sequence and was not included.
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/driver-api/firmware/other_interfaces.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/driver-api/firmware/other_interfaces.rst b/Documentation/driver-api/firmware/other_interfaces.rst index a4ac54b5fd79..b81794e0cfbb 100644 --- a/Documentation/driver-api/firmware/other_interfaces.rst +++ b/Documentation/driver-api/firmware/other_interfaces.rst @@ -33,7 +33,7 @@ of the requests on to a secure monitor (EL3). :functions: stratix10_svc_client_msg .. kernel-doc:: include/linux/firmware/intel/stratix10-svc-client.h - :functions: stratix10_svc_command_reconfig_payload + :functions: stratix10_svc_command_config_type .. kernel-doc:: include/linux/firmware/intel/stratix10-svc-client.h :functions: stratix10_svc_cb_data |