aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/codecs/cx2072x.c
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2019-10-24 17:16:03 +0200
committerMark Brown <broonie@kernel.org>2019-10-25 11:06:57 +0100
commitc19255659b6ed952948ce54a260efb2ad950cc54 (patch)
tree5221760095822fc8cef161932e32f66723b844f6 /sound/soc/codecs/cx2072x.c
parentASoC: soc-dpcm: tidyup for_each_dpcm_xx() macro (diff)
downloadwireguard-linux-c19255659b6ed952948ce54a260efb2ad950cc54.tar.xz
wireguard-linux-c19255659b6ed952948ce54a260efb2ad950cc54.zip
ASoC: Spelling s/configr/configur/
Fix misspellings of "configuration" and "configure". Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/20191024151603.29043-1-geert+renesas@glider.be Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/cx2072x.c')
-rw-r--r--sound/soc/codecs/cx2072x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/cx2072x.c b/sound/soc/codecs/cx2072x.c
index 1c1ba7bea4d8..2ad00ed21bec 100644
--- a/sound/soc/codecs/cx2072x.c
+++ b/sound/soc/codecs/cx2072x.c
@@ -1507,7 +1507,7 @@ static int cx2072x_probe(struct snd_soc_component *codec)
regmap_multi_reg_write(cx2072x->regmap, cx2072x_reg_init,
ARRAY_SIZE(cx2072x_reg_init));
- /* configre PortC as input device */
+ /* configure PortC as input device */
regmap_update_bits(cx2072x->regmap, CX2072X_PORTC_PIN_CTRL,
0x20, 0x20);