summaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2018-05-21 05:25:02 -0400
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2018-05-28 16:24:50 -0400
commit4ba610c8dc1414562b39db68d16a9d8b326c7ee0 (patch)
treeecd4269bf0c4efb61da85197d96bb06a07ea6fdb /drivers/media
parent94ae1d6ba64c7157a6ba12a0deb7d8d7328fe4d5 (diff)
downloadop-kernel-dev-4ba610c8dc1414562b39db68d16a9d8b326c7ee0.zip
op-kernel-dev-4ba610c8dc1414562b39db68d16a9d8b326c7ee0.tar.gz
media: hdpvr: fix spelling mistake: "Hauppage" -> "Hauppauge"
Trivial fix to spelling mistake in name field 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')
-rw-r--r--drivers/media/usb/hdpvr/hdpvr-i2c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/usb/hdpvr/hdpvr-i2c.c b/drivers/media/usb/hdpvr/hdpvr-i2c.c
index 4720d79..c71ddef 100644
--- a/drivers/media/usb/hdpvr/hdpvr-i2c.c
+++ b/drivers/media/usb/hdpvr/hdpvr-i2c.c
@@ -173,7 +173,7 @@ static const struct i2c_algorithm hdpvr_algo = {
};
static const struct i2c_adapter hdpvr_i2c_adapter_template = {
- .name = "Hauppage HD PVR I2C",
+ .name = "Hauppauge HD PVR I2C",
.owner = THIS_MODULE,
.algo = &hdpvr_algo,
};
OpenPOWER on IntegriCloud