]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
ASoC: Spelling s/configr/configur/
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 24 Oct 2019 15:16:03 +0000 (17:16 +0200)
committerMark Brown <broonie@kernel.org>
Fri, 25 Oct 2019 10:06:57 +0000 (11:06 +0100)
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>
include/sound/wm8904.h
sound/soc/codecs/cx2072x.c

index 14074405f5012f9a937da522abe216604e665147..88ac1870510ec06343d9d51ed032b54de70a9fae 100644 (file)
  * DRC configurations are specified with a label and a set of register
  * values to write (the enable bits will be ignored).  At runtime an
  * enumerated control will be presented for each DRC block allowing
- * the user to choose the configration to use.
+ * the user to choose the configuration to use.
  *
  * Configurations may be generated by hand or by using the DRC control
  * panel provided by the WISCE - see  http://www.wolfsonmicro.com/wisce/
index 1c1ba7bea4d8196961ee273726f651f34a4f5b02..2ad00ed21bec6c59f387b89efa78125407d2f99d 100644 (file)
@@ -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);