public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] add missing 'p' at card name 'Hauppauge HD PVR'
@ 2010-02-14 11:57 Lars Hanisch
  0 siblings, 0 replies; only message in thread
From: Lars Hanisch @ 2010-02-14 11:57 UTC (permalink / raw)
  To: linux-media

I don't know if there are applications which rely on this name,
but after all it's a spelling mistake.

Signed-off-by: Lars Hanisch <dvb@cinnamon-sage.de>
---
  drivers/media/video/hdpvr/hdpvr-video.c |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/media/video/hdpvr/hdpvr-video.c b/drivers/media/video/hdpvr/hdpvr-video.c
index 1c49c07..196f82d 100644
--- a/drivers/media/video/hdpvr/hdpvr-video.c
+++ b/drivers/media/video/hdpvr/hdpvr-video.c
@@ -573,7 +573,7 @@ static int vidioc_querycap(struct file *file, void  *priv,
  	struct hdpvr_device *dev = video_drvdata(file);

  	strcpy(cap->driver, "hdpvr");
-	strcpy(cap->card, "Haupauge HD PVR");
+	strcpy(cap->card, "Hauppauge HD PVR");
  	usb_make_path(dev->udev, cap->bus_info, sizeof(cap->bus_info));
  	cap->version = HDPVR_VERSION;
  	cap->capabilities =     V4L2_CAP_VIDEO_CAPTURE |
-- 
1.6.3.3

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-02-14 11:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-14 11:57 [PATCH] add missing 'p' at card name 'Hauppauge HD PVR' Lars Hanisch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox