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

Commit f91b8417 authored by Colin Ian King's avatar Colin Ian King Committed by Mauro Carvalho Chehab
Browse files

media: bt8xx: bttv: fix spelling mistake: "culpit" -> "culprit"



Trivial fix to spelling mistake in pr_notice message text

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
parent b7bf15c4
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -3511,7 +3511,7 @@ static void bttv_irq_debug_low_latency(struct bttv *btv, u32 rc)
	}
	}
	pr_notice("%d: Uhm. Looks like we have unusual high IRQ latencies\n",
	pr_notice("%d: Uhm. Looks like we have unusual high IRQ latencies\n",
		  btv->c.nr);
		  btv->c.nr);
	pr_notice("%d: Lets try to catch the culpit red-handed ...\n",
	pr_notice("%d: Lets try to catch the culprit red-handed ...\n",
		  btv->c.nr);
		  btv->c.nr);
	dump_stack();
	dump_stack();
}
}