1
0
Fork 0

leds: lp55xx: fix spelling mistake: 'cound' -> 'could'

Trivial fix to spelling mistakes in 'lp5523_init_program_engine'.

Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: Jacek Anaszewski <jacek.anaszewski@gmail.com>
hifive-unleashed-5.1
Arvind Yadav 2017-10-29 11:25:47 +05:30 committed by Jacek Anaszewski
parent 49404665b9
commit f2ea85d760
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ static int lp5523_init_program_engine(struct lp55xx_chip *chip)
if (status != LP5523_ENG_STATUS_MASK) {
dev_err(&chip->cl->dev,
"cound not configure LED engine, status = 0x%.2x\n",
"could not configure LED engine, status = 0x%.2x\n",
status);
ret = -1;
}