media: bt8xx: bttv: fix spelling mistake: "culpit" -> "culprit"
authorColin Ian King <colin.king@canonical.com>
Mon, 11 Jun 2018 08:32:20 +0000 (04:32 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Thu, 28 Jun 2018 11:51:17 +0000 (07:51 -0400)
Trivial fix to spelling mistake in pr_notice message text

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/pci/bt8xx/bttv-driver.c

index de3f44b..cf05e11 100644 (file)
@@ -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",
                  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);
        dump_stack();
 }