Commit 203b2aff authored by Colin Ian King's avatar Colin Ian King Committed by Tzung-Bi Shih

platform/chrome: cros_ec_proto: Fix spelling mistake "unknwon" -> "unknown"

There is a spelling mistake in a dev_dbg message. Fix it.
Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Signed-off-by: default avatarTzung-Bi Shih <tzungbi@kernel.org>
Link: https://lore.kernel.org/r/20220614064909.47804-1-colin.i.king@gmail.com
parent cfed691b
......@@ -346,7 +346,7 @@ static int cros_ec_get_proto_info(struct cros_ec_device *ec_dev, int devidx)
dev_dbg(ec_dev->dev, "found PD chip\n");
break;
default:
dev_dbg(ec_dev->dev, "unknwon passthru index: %d\n", devidx);
dev_dbg(ec_dev->dev, "unknown passthru index: %d\n", devidx);
break;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment