diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-03-23 15:02:06 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-03-23 16:58:34 -0700 |
commit | 3a2fd4a14112452eb5c1a079ac8b3f4842762afe (patch) | |
tree | d6aa68330ae5a38fc05ad35c9633d2e9e5631f9c /drivers/leds | |
parent | 0b2f4d4d76a09f02fa37bfa57909483448fac771 (diff) | |
download | blackbird-obmc-linux-3a2fd4a14112452eb5c1a079ac8b3f4842762afe.tar.gz blackbird-obmc-linux-3a2fd4a14112452eb5c1a079ac8b3f4842762afe.zip |
drivers/leds/leds-lp5521.c: fix typo
"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>
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 d62a7982a5e6..c42c8f049565 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); |