From: Qinghuang Feng Date: Tue, 25 Nov 2008 15:24:49 +0000 (+0800) Subject: ALSA: sound/pci/hda/hda_codec.c: cleanup kernel-doc X-Git-Tag: v2.6.29-rc1~590^2~6^2~39 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=4f199629b0fba95fd5caecbf35ed68417d9a9b7a;p=linux-2.6-omap-h63xx.git 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 Signed-off-by: Takashi Iwai --- 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. *