Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1470915 > unrolled thread
| Started by | Colin King <colin.king@canonical.com> |
|---|---|
| First post | 2016-08-26 20:00 +0200 |
| Last post | 2016-08-29 10:30 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] ASoC: wm8962: fix spelling mistake "mesurement" -> "measurement" Colin King <colin.king@canonical.com> - 2016-08-26 20:00 +0200
Re: [PATCH] ASoC: wm8962: fix spelling mistake "mesurement" -> "measurement" Charles Keepax <ckeepax@opensource.wolfsonmicro.com> - 2016-08-29 10:30 +0200
| From | Colin King <colin.king@canonical.com> |
|---|---|
| Date | 2016-08-26 20:00 +0200 |
| Subject | [PATCH] ASoC: wm8962: fix spelling mistake "mesurement" -> "measurement" |
| Message-ID | <satA6-1Kj-11@gated-at.bofh.it> |
From: Colin Ian King <colin.king@canonical.com> Trivial fix to spelling mistake in dev_err message. Signed-off-by: Colin Ian King <colin.king@canonical.com> --- sound/soc/codecs/wm8962.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/codecs/wm8962.c b/sound/soc/codecs/wm8962.c index f3109da..97b0228 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); } -- 2.9.3
[toc] | [next] | [standalone]
| From | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> |
|---|---|
| Date | 2016-08-29 10:30 +0200 |
| Subject | Re: [PATCH] ASoC: wm8962: fix spelling mistake "mesurement" -> "measurement" |
| Message-ID | <sbq78-4Wv-19@gated-at.bofh.it> |
| In reply to | #1470915 |
On Fri, Aug 26, 2016 at 06:52:33PM +0100, Colin King wrote: > From: Colin Ian King <colin.king@canonical.com> > > Trivial fix to spelling mistake in dev_err message. > > Signed-off-by: Colin Ian King <colin.king@canonical.com> > --- Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Thanks, Charles
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web