aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/media/video/hdpvr/hdpvr-control.c2
-rw-r--r--drivers/media/video/hdpvr/hdpvr-core.c2
-rw-r--r--drivers/media/video/hdpvr/hdpvr-i2c.c2
-rw-r--r--drivers/media/video/hdpvr/hdpvr-video.c2
-rw-r--r--drivers/media/video/hdpvr/hdpvr.h2
-rw-r--r--drivers/media/video/pvrusb2/pvrusb2-encoder.c2
6 files changed, 6 insertions, 6 deletions
diff --git a/drivers/media/video/hdpvr/hdpvr-control.c b/drivers/media/video/hdpvr/hdpvr-control.c
index ecf02c621f13..51de74aebfcb 100644
--- a/drivers/media/video/hdpvr/hdpvr-control.c
+++ b/drivers/media/video/hdpvr/hdpvr-control.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Hauppage HD PVR USB driver - video 4 linux 2 interface 2 * Hauppauge HD PVR USB driver - video 4 linux 2 interface
3 * 3 *
4 * Copyright (C) 2008 Janne Grunau (j@jannau.net) 4 * Copyright (C) 2008 Janne Grunau (j@jannau.net)
5 * 5 *
diff --git a/drivers/media/video/hdpvr/hdpvr-core.c b/drivers/media/video/hdpvr/hdpvr-core.c
index e7300b570bb7..1c93589bf595 100644
--- a/drivers/media/video/hdpvr/hdpvr-core.c
+++ b/drivers/media/video/hdpvr/hdpvr-core.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Hauppage HD PVR USB driver 2 * Hauppauge HD PVR USB driver
3 * 3 *
4 * Copyright (C) 2001-2004 Greg Kroah-Hartman (greg@kroah.com) 4 * Copyright (C) 2001-2004 Greg Kroah-Hartman (greg@kroah.com)
5 * Copyright (C) 2008 Janne Grunau (j@jannau.net) 5 * Copyright (C) 2008 Janne Grunau (j@jannau.net)
diff --git a/drivers/media/video/hdpvr/hdpvr-i2c.c b/drivers/media/video/hdpvr/hdpvr-i2c.c
index 35096dec2411..c4b5d1515c10 100644
--- a/drivers/media/video/hdpvr/hdpvr-i2c.c
+++ b/drivers/media/video/hdpvr/hdpvr-i2c.c
@@ -1,6 +1,6 @@
1 1
2/* 2/*
3 * Hauppage HD PVR USB driver 3 * Hauppauge HD PVR USB driver
4 * 4 *
5 * Copyright (C) 2008 Janne Grunau (j@jannau.net) 5 * Copyright (C) 2008 Janne Grunau (j@jannau.net)
6 * 6 *
diff --git a/drivers/media/video/hdpvr/hdpvr-video.c b/drivers/media/video/hdpvr/hdpvr-video.c
index 6dd11f490735..235978003e68 100644
--- a/drivers/media/video/hdpvr/hdpvr-video.c
+++ b/drivers/media/video/hdpvr/hdpvr-video.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Hauppage HD PVR USB driver - video 4 linux 2 interface 2 * Hauppauge HD PVR USB driver - video 4 linux 2 interface
3 * 3 *
4 * Copyright (C) 2008 Janne Grunau (j@jannau.net) 4 * Copyright (C) 2008 Janne Grunau (j@jannau.net)
5 * 5 *
diff --git a/drivers/media/video/hdpvr/hdpvr.h b/drivers/media/video/hdpvr/hdpvr.h
index 17db74feb884..9bc8051b597d 100644
--- a/drivers/media/video/hdpvr/hdpvr.h
+++ b/drivers/media/video/hdpvr/hdpvr.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Hauppage HD PVR USB driver 2 * Hauppauge HD PVR USB driver
3 * 3 *
4 * Copyright (C) 2008 Janne Grunau (j@jannau.net) 4 * Copyright (C) 2008 Janne Grunau (j@jannau.net)
5 * 5 *
diff --git a/drivers/media/video/pvrusb2/pvrusb2-encoder.c b/drivers/media/video/pvrusb2/pvrusb2-encoder.c
index 273d2a1aa220..54ac5349dee2 100644
--- a/drivers/media/video/pvrusb2/pvrusb2-encoder.c
+++ b/drivers/media/video/pvrusb2/pvrusb2-encoder.c
@@ -347,7 +347,7 @@ static int pvr2_encoder_prep_config(struct pvr2_hdw *hdw)
347 int encMisc3Arg = 0; 347 int encMisc3Arg = 0;
348 348
349#if 0 349#if 0
350 /* This inexplicable bit happens in the Hauppage windows 350 /* This inexplicable bit happens in the Hauppauge windows
351 driver (for both 24xxx and 29xxx devices). However I 351 driver (for both 24xxx and 29xxx devices). However I
352 currently see no difference in behavior with or without 352 currently see no difference in behavior with or without
353 this stuff. Leave this here as a note of its existence, 353 this stuff. Leave this here as a note of its existence,