diff options
author | Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> | 2021-08-13 00:59:04 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2021-08-13 08:05:31 +0200 |
commit | 0c4aa67735b754b735b85edfc909163f9289fcc2 (patch) | |
tree | 800f7cd5c46f4809b2b31d05c1d8302ca4cb1ffd /include | |
parent | ALSA: core: control_led: use strscpy instead of strlcpy (diff) | |
download | linux-0c4aa67735b754b735b85edfc909163f9289fcc2.tar.xz linux-0c4aa67735b754b735b85edfc909163f9289fcc2.zip |
ALSA: hda_audio_ext: fix kernel-doc
Add missing @
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com>
Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Link: https://lore.kernel.org/r/20210812225904.171529-3-pierre-louis.bossart@linux.intel.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/sound/hdaudio_ext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/hdaudio_ext.h b/include/sound/hdaudio_ext.h index a125e3814b58..375581634143 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; |