regulator: Fix typo (shuting/shutting)

Submitted by:	Jose Luis Duran (github pull #151)
This commit is contained in:
manu 2018-05-30 15:32:31 +00:00
parent c118994f1b
commit 0a3e29bd2d

View File

@ -174,7 +174,7 @@ regulator_shutdown(void *dummy)
TAILQ_FOREACH(entry, &regnode_list, reglist_link) {
if (entry->std_param.always_on == 0 && disable) {
if (bootverbose)
printf("regulator: shuting down %s\n",
printf("regulator: shutting down %s\n",
entry->name);
ret = regnode_status(entry, &status);
if (ret == 0 && status == REGULATOR_STATUS_ENABLED)