[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1327501587-9791-1-git-send-email-standby24x7@gmail.com>
Date: Wed, 25 Jan 2012 23:26:27 +0900
From: Masanari Iida <standby24x7@...il.com>
To: rpurdie@...ys.net
Cc: linux-kernel@...r.kernel.org, trivial@...nel.org,
standby24x7@...il.com
Subject: [PATCH] [trivial] leds: Fix typo in leds-lp5521.c
Crrect spelling "reseting" to "resetting" in
drivers/leds/leds-lp5521.c
Signed-off-by: Masanari Iida <standby24x7@...il.com>
---
drivers/leds/leds-lp5521.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/leds/leds-lp5521.c b/drivers/leds/leds-lp5521.c
index d62a798..c42c8f0 100644
--- a/drivers/leds/leds-lp5521.c
+++ b/drivers/leds/leds-lp5521.c
@@ -694,7 +694,7 @@ static int __devinit lp5521_probe(struct i2c_client *client,
*/
lp5521_read(client, LP5521_REG_R_CURRENT, &buf);
if (buf != LP5521_REG_R_CURR_DEFAULT) {
- dev_err(&client->dev, "error in reseting chip\n");
+ dev_err(&client->dev, "error in resetting chip\n");
goto fail2;
}
usleep_range(10000, 20000);
--
1.7.6.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists