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>
This commit is contained in:
Colin Ian King 2018-05-21 05:25:02 -04:00 committed by Mauro Carvalho Chehab
parent 94ae1d6ba6
commit 4ba610c8dc
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ static const struct i2c_algorithm hdpvr_algo = {
}; };
static const struct i2c_adapter hdpvr_i2c_adapter_template = { static const struct i2c_adapter hdpvr_i2c_adapter_template = {
.name = "Hauppage HD PVR I2C", .name = "Hauppauge HD PVR I2C",
.owner = THIS_MODULE, .owner = THIS_MODULE,
.algo = &hdpvr_algo, .algo = &hdpvr_algo,
}; };