aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/bt8xx/bttv-driver.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2018-06-11 04:32:20 -0400
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2018-06-28 07:51:17 -0400
commitf91b84171b618dfd565b10c1a7feead0af869ba5 (patch)
tree4f050dcfcdb4dbf7c230998ae3efad77e193ed37 /drivers/media/pci/bt8xx/bttv-driver.c
parentmedia: i2c: adv748x: csi2: set entity function to video interface bridge (diff)
downloadlinux-dev-f91b84171b618dfd565b10c1a7feead0af869ba5.tar.xz
linux-dev-f91b84171b618dfd565b10c1a7feead0af869ba5.zip
media: bt8xx: bttv: fix spelling mistake: "culpit" -> "culprit"
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>
Diffstat (limited to 'drivers/media/pci/bt8xx/bttv-driver.c')
-rw-r--r--drivers/media/pci/bt8xx/bttv-driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/pci/bt8xx/bttv-driver.c b/drivers/media/pci/bt8xx/bttv-driver.c
index de3f44b8dec6..cf05e11da01b 100644
--- a/drivers/media/pci/bt8xx/bttv-driver.c
+++ b/drivers/media/pci/bt8xx/bttv-driver.c
@@ -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();
}