From: William Breathitt Gray Date: Sun, 6 Oct 2019 20:03:11 +0000 (-0400) Subject: counter: Fix typo in action_get description X-Git-Tag: v5.15~5053^2~130^2~28 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c5d550fb6e126a73247d4a98d6314a84f4805b98;p=platform%2Fkernel%2Flinux-starfive.git counter: Fix typo in action_get description The action_get callback returns a Synapse's action mode. Signed-off-by: William Breathitt Gray Signed-off-by: Jonathan Cameron --- diff --git a/include/linux/counter.h b/include/linux/counter.h index 32fb4d8..9dbd5df 100644 --- a/include/linux/counter.h +++ b/include/linux/counter.h @@ -315,7 +315,7 @@ enum counter_signal_value { * Count's functions_list array. * @action_get: function to get the current action mode. Returns 0 on * 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. * @action_set: function to set the action mode. action is the index of * the requested action mode from the respective Synapse's