From: Colin Ian King Date: Fri, 26 Aug 2016 17:52:33 +0000 (+0100) Subject: ASoC: wm8962: fix spelling mistake "mesurement" -> "measurement" X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ab387b400872791d0e4d8652a08b44848b85e188;p=linux-beck.git ASoC: wm8962: fix spelling mistake "mesurement" -> "measurement" Trivial fix to spelling mistake in dev_err message. Signed-off-by: Colin Ian King Acked-by: Charles Keepax Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/wm8962.c b/sound/soc/codecs/wm8962.c index f3109da24769..97b02284f15d 100644 --- a/sound/soc/codecs/wm8962.c +++ b/sound/soc/codecs/wm8962.c @@ -3713,7 +3713,7 @@ static int wm8962_i2c_probe(struct i2c_client *i2c, ARRAY_SIZE(wm8962_dc_measure)); if (ret != 0) dev_err(&i2c->dev, - "Failed to configure for DC mesurement: %d\n", + "Failed to configure for DC measurement: %d\n", ret); }