Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}