diff options
author | Qinghuang Feng <qhfeng.kernel@gmail.com> | 2008-11-25 10:24:49 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-11-26 02:14:41 -0500 |
commit | 4f199629b0fba95fd5caecbf35ed68417d9a9b7a (patch) | |
tree | 0b087ff46724faca03f6e08d74508abe49152b87 /sound | |
parent | b0e6481a9ae9e8c80b5d956980767ecad35c95c1 (diff) |
ALSA: sound/pci/hda/hda_codec.c: cleanup kernel-doc
There is no argument named @state in snd_hda_resume,
remove its' comment.
Signed-off-by: Qinghuang Feng <qhfeng.kernel@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/hda_codec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c index 53f64eb75ec6..1131c86ad495 100644 --- a/sound/pci/hda/hda_codec.c +++ b/sound/pci/hda/hda_codec.c | |||
@@ -3358,7 +3358,6 @@ int snd_hda_suspend(struct hda_bus *bus, pm_message_t state) | |||
3358 | /** | 3358 | /** |
3359 | * snd_hda_resume - resume the codecs | 3359 | * snd_hda_resume - resume the codecs |
3360 | * @bus: the HDA bus | 3360 | * @bus: the HDA bus |
3361 | * @state: resume state | ||
3362 | * | 3361 | * |
3363 | * Returns 0 if successful. | 3362 | * Returns 0 if successful. |
3364 | * | 3363 | * |