diff options
author | Qinghuang Feng <qhfeng.kernel@gmail.com> | 2008-11-25 23:24:49 +0800 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-11-26 08:14:41 +0100 |
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 53f64eb75ec..1131c86ad49 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) /** * snd_hda_resume - resume the codecs * @bus: the HDA bus - * @state: resume state * * Returns 0 if successful. * |