]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
mfd: si476x-i2c: Fix spelling mistakes "Failet" and "gett"
authorColin Ian King <colin.king@canonical.com>
Fri, 28 Oct 2016 18:35:48 +0000 (19:35 +0100)
committerLee Jones <lee.jones@linaro.org>
Tue, 29 Nov 2016 08:21:29 +0000 (08:21 +0000)
Trivial spelling mistake fixes in dev_err message.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/si476x-i2c.c

index c180b7533bbad7e953db2ff4c627cf7102a5fb62..e6a3d999a376a68877933b6e3d7b8403e299e1d4 100644 (file)
@@ -753,7 +753,7 @@ static int si476x_core_probe(struct i2c_client *client,
                                       ARRAY_SIZE(core->supplies),
                                       core->supplies);
        if (rval) {
-               dev_err(&client->dev, "Failet to gett all of the regulators\n");
+               dev_err(&client->dev, "Failed to get all of the regulators\n");
                goto free_gpio;
        }