From: Colin Ian King Date: Mon, 21 May 2018 09:25:02 +0000 (-0400) Subject: media: hdpvr: fix spelling mistake: "Hauppage" -> "Hauppauge" X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4ba610c8dc1414562b39db68d16a9d8b326c7ee0;p=linux.git media: hdpvr: fix spelling mistake: "Hauppage" -> "Hauppauge" Trivial fix to spelling mistake in name field Signed-off-by: Colin Ian King Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/usb/hdpvr/hdpvr-i2c.c b/drivers/media/usb/hdpvr/hdpvr-i2c.c index 4720d79b02823..c71ddefd2e587 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, };