aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2020-01-08 16:34:30 +0100
committerTakashi Iwai <tiwai@suse.de>2020-01-08 16:35:00 +0100
commit1a0986c1bc14a6a05da9d9cdeb61833560bacb1e (patch)
tree624fb3589b77dbf0a922e36039bbbf8cee688388
parentALSA: pci: echoaudio: remove set but not used variable 'chip' (diff)
downloadlinux-dev-1a0986c1bc14a6a05da9d9cdeb61833560bacb1e.tar.xz
linux-dev-1a0986c1bc14a6a05da9d9cdeb61833560bacb1e.zip
ALSA: hda: Fix a typo in comments
Link: https://lore.kernel.org/r/20200108153430.31456-1-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--sound/hda/hdac_regmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/hda/hdac_regmap.c b/sound/hda/hdac_regmap.c
index 906b1e20bae0..d771d2cfdef7 100644
--- a/sound/hda/hdac_regmap.c
+++ b/sound/hda/hdac_regmap.c
@@ -509,7 +509,7 @@ int snd_hdac_regmap_read_raw_uncached(struct hdac_device *codec,
* snd_hdac_regmap_update_raw - update a pseudo register with power mgmt
* @codec: the codec object
* @reg: pseudo register
- * @mask: bit mask to udpate
+ * @mask: bit mask to update
* @val: value to update
*
* Returns zero if successful or a negative error code.