mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-21 06:01:23 +00:00
counter: Fix typo in action_get description
The action_get callback returns a Synapse's action mode. Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
This commit is contained in:
parent
e58cbfd20a
commit
c5d550fb6e
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ enum counter_signal_value {
|
||||||
* Count's functions_list array.
|
* Count's functions_list array.
|
||||||
* @action_get: function to get the current action mode. Returns 0 on
|
* @action_get: function to get the current action mode. Returns 0 on
|
||||||
* success and negative error code on error. The index of
|
* success and negative error code on error. The index of
|
||||||
* the respective Signal's returned action mode should be
|
* the respective Synapse's returned action mode should be
|
||||||
* passed back via the action parameter.
|
* passed back via the action parameter.
|
||||||
* @action_set: function to set the action mode. action is the index of
|
* @action_set: function to set the action mode. action is the index of
|
||||||
* the requested action mode from the respective Synapse's
|
* the requested action mode from the respective Synapse's
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue