diff mbox

mfd: si476x-i2c: Fix spelling mistakes "Failet" and "gett"

Message ID 20161028183548.8190-1-colin.king@canonical.com
State Not Applicable
Headers show

Commit Message

Colin Ian King Oct. 28, 2016, 6:35 p.m. UTC
From: Colin Ian King <colin.king@canonical.com>

Trivial spelling mistake fixes in dev_err message.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/mfd/si476x-i2c.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Lee Jones Nov. 11, 2016, 9:01 a.m. UTC | #1
On Fri, 28 Oct 2016, Colin King wrote:

> From: Colin Ian King <colin.king@canonical.com>
> 
> Trivial spelling mistake fixes in dev_err message.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  drivers/mfd/si476x-i2c.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/mfd/si476x-i2c.c b/drivers/mfd/si476x-i2c.c
> index c180b75..e6a3d99 100644
> --- a/drivers/mfd/si476x-i2c.c
> +++ b/drivers/mfd/si476x-i2c.c
> @@ -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;
>  	}
>  

Applied, thanks.

[Hi Colin, hope you're well!]
diff mbox

Patch

diff --git a/drivers/mfd/si476x-i2c.c b/drivers/mfd/si476x-i2c.c
index c180b75..e6a3d99 100644
--- a/drivers/mfd/si476x-i2c.c
+++ b/drivers/mfd/si476x-i2c.c
@@ -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;
 	}