diff options
author | Colin Ian King <colin.king@canonical.com> | 2016-12-29 12:23:15 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-01-30 12:45:34 -0500 |
commit | 187a1446cbde4ee923592c2b792308d1a9b2499c (patch) | |
tree | 7e76f57b3c122e69290c479c0dde28d21985f9f9 | |
parent | 774ad26b2cd7bc44780212ea19009ccdcf2c7098 (diff) |
[media] b2c2: fix spelling mistake: "Contunuity" -> "Continuity"
trivial fix to spelling mistake in deb_chk message
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@s-opensource.com>
-rw-r--r-- | drivers/media/pci/b2c2/flexcop-pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/pci/b2c2/flexcop-pci.c b/drivers/media/pci/b2c2/flexcop-pci.c index 99ce28442a75..6e60decb2198 100644 --- a/drivers/media/pci/b2c2/flexcop-pci.c +++ b/drivers/media/pci/b2c2/flexcop-pci.c | |||
@@ -157,7 +157,7 @@ static irqreturn_t flexcop_pci_isr(int irq, void *dev_id) | |||
157 | if (v.irq_20c.Data_receiver_error) | 157 | if (v.irq_20c.Data_receiver_error) |
158 | deb_chk("data receiver error\n"); | 158 | deb_chk("data receiver error\n"); |
159 | if (v.irq_20c.Continuity_error_flag) | 159 | if (v.irq_20c.Continuity_error_flag) |
160 | deb_chk("Contunuity error flag is set\n"); | 160 | deb_chk("Continuity error flag is set\n"); |
161 | if (v.irq_20c.LLC_SNAP_FLAG_set) | 161 | if (v.irq_20c.LLC_SNAP_FLAG_set) |
162 | deb_chk("LLC_SNAP_FLAG_set is set\n"); | 162 | deb_chk("LLC_SNAP_FLAG_set is set\n"); |
163 | if (v.irq_20c.Transport_Error) | 163 | if (v.irq_20c.Transport_Error) |