Commit 77b83829 authored by Colin Ian King's avatar Colin Ian King Committed by Kalle Valo

wil6210: fix spelling mistake: "preperation"-> "preparation"

Trivial fix to spelling mistake in debug error message text.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent abb374fe
......@@ -715,7 +715,7 @@ static void wil_bl_prepare_halt(struct wil6210_priv *wil)
offsetof(struct bl_dedicated_registers_v0,
boot_loader_struct_version));
if (!tmp) {
wil_dbg_misc(wil, "old BL, skipping halt preperation\n");
wil_dbg_misc(wil, "old BL, skipping halt preparation\n");
return;
}
......
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