Skip to content

Commit 8a193d8

Browse files
JuliaLawalltiwai
authored andcommitted
ALSA: Reorganize kerneldoc parameter names
Reorganize kerneldoc parameter names to match the parameter order in the function header. Problems identified using Coccinelle. Signed-off-by: Julia Lawall <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent 05df973 commit 8a193d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/pci/hda/hda_codec.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1734,9 +1734,9 @@ EXPORT_SYMBOL_GPL(snd_hda_ctl_add);
17341734
/**
17351735
* snd_hda_add_nid - Assign a NID to a control element
17361736
* @codec: HD-audio codec
1737-
* @nid: corresponding NID (optional)
17381737
* @kctl: the control element to assign
17391738
* @index: index to kctl
1739+
* @nid: corresponding NID (optional)
17401740
*
17411741
* Add the given control element to an array inside the codec instance.
17421742
* This function is used when #snd_hda_ctl_add cannot be used for 1:1

0 commit comments

Comments
 (0)