diff options
author | Kuninori Morimoto <[email protected]> | 2022-10-19 00:37:20 +0000 |
---|---|---|
committer | Mark Brown <[email protected]> | 2022-10-19 13:05:33 +0100 |
commit | c670a224d1367f5bb3cc40c6b6b1ba0591b26df9 (patch) | |
tree | ea2283f076625a85832df02bb4a65e18c81e2607 /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | f3779b161938182fa3c67f8daebfe82ef65bf1ab (diff) |
ASoC: soc-dapm.h: fixup comment for snd_soc_dapm_widget_for_each_path()
The comment of snd_soc_dapm_widget_for_each_path() (= X) has
"_sink_" (= s), but this is typo.
With "_sink_" is already exist at (A). This patch fixup it.
/**
(s) * snd_soc_dapm_widget_for_each_sink_path - ...
* ****
*/
(X) #define snd_soc_dapm_widget_for_each_path(w, dir, p)
/**
(s) * snd_soc_dapm_widget_for_each_sink_path_safe - ...
* ****
*/
(X) #define snd_soc_dapm_widget_for_each_path_safe(w, dir, p, next_p)
(A) #define snd_soc_dapm_widget_for_each_sink_path(w, p)
****
Signed-off-by: Kuninori Morimoto <[email protected]>
Reviewed-by: Amadeusz Sławiński <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions