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

Trivial fix to spelling mistake in debug error message text.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
Colin Ian King 2018-02-26 12:17:06 +02:00 committed by Kalle Valo
parent abb374fe84
commit 77b83829eb

View file

@ -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;
}