diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-03-24 02:02:06 +0400 |
---|---|---|
committer | Ben Hutchings <ben@decadent.org.uk> | 2013-01-03 07:32:50 +0400 |
commit | 4b9c9729bc89903d6a6226cf8471ba7f6d6aac9f (patch) | |
tree | e9cf7bf38a51dc1b68d335204b4665fe1e460f2b /drivers/leds | |
parent | ec97f4889d17ba55cac3dfe9be72b7cec85780bf (diff) | |
download | linux-4b9c9729bc89903d6a6226cf8471ba7f6d6aac9f.tar.xz |
drivers/leds/leds-lp5521.c: fix typo
commit 3a2fd4a14112452eb5c1a079ac8b3f4842762afe upstream.
"reseting" -> "resetting"
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Cc: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'drivers/leds')
-rw-r--r-- | 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 cb641f1b3342..e47902c76644 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); |