From: Pierre-Louis Bossart Date: Thu, 12 Aug 2021 22:59:04 +0000 (-0500) Subject: ALSA: hda_audio_ext: fix kernel-doc X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0c4aa67735b754b735b85edfc909163f9289fcc2;p=linux.git ALSA: hda_audio_ext: fix kernel-doc Add missing @ Signed-off-by: Pierre-Louis Bossart Reviewed-by: Péter Ujfalusi Reviewed-by: Kai Vehmanen Reviewed-by: Ranjani Sridharan Link: https://lore.kernel.org/r/20210812225904.171529-3-pierre-louis.bossart@linux.intel.com Signed-off-by: Takashi Iwai --- diff --git a/include/sound/hdaudio_ext.h b/include/sound/hdaudio_ext.h index a125e3814b582..375581634143c 100644 --- a/include/sound/hdaudio_ext.h +++ b/include/sound/hdaudio_ext.h @@ -51,7 +51,7 @@ enum hdac_ext_stream_type { * @decoupled: stream host and link is decoupled * @link_locked: link is locked * @link_prepared: link is prepared - * link_substream: link substream + * @link_substream: link substream */ struct hdac_ext_stream { struct hdac_stream hstream;