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

Commit 852041d1 authored by Colin Ian King's avatar Colin Ian King Committed by Sebastian Reichel
Browse files

HSI: ssi_protocol: fix spelling mistake: "trigerred" -> "triggered"



Trivial fix to spelling mistake in dev_err error message text.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarSebastian Reichel <sebastian.reichel@collabora.co.uk>
parent 2d8236d1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -495,7 +495,7 @@ static void ssip_rx_wd(struct timer_list *t)
	struct ssi_protocol *ssi = from_timer(ssi, t, rx_wd);
	struct hsi_client *cl = ssi->cl;

	dev_err(&cl->device, "Watchdog trigerred\n");
	dev_err(&cl->device, "Watchdog triggered\n");
	ssip_error(cl);
}

@@ -504,7 +504,7 @@ static void ssip_tx_wd(struct timer_list *t)
	struct ssi_protocol *ssi = from_timer(ssi, t, tx_wd);
	struct hsi_client *cl = ssi->cl;

	dev_err(&cl->device, "Watchdog trigerred\n");
	dev_err(&cl->device, "Watchdog triggered\n");
	ssip_error(cl);
}