]> git.karo-electronics.de Git - linux-beck.git/commitdiff
V4L/DVB (11157): pvrusb2: whitespace trivial tweaks
authorMike Isely <isely@pobox.com>
Sat, 7 Mar 2009 02:32:02 +0000 (23:32 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 30 Mar 2009 15:43:33 +0000 (12:43 -0300)
Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/pvrusb2/pvrusb2-audio.c
drivers/media/video/pvrusb2/pvrusb2-cx2584x-v4l.c
drivers/media/video/pvrusb2/pvrusb2-i2c-chips-v4l2.c
drivers/media/video/pvrusb2/pvrusb2-i2c-track.c
drivers/media/video/pvrusb2/pvrusb2-tuner.c

index cdedaa55f152de97549d455ff2edf01bb3d3219c..6159c7e3047da825eb2faece0ad72748e39a3bd2 100644 (file)
@@ -35,6 +35,7 @@ struct pvr2_msp3400_handler {
 
 
 
+
 struct routing_scheme {
        const int *def;
        unsigned int cnt;
@@ -180,6 +181,7 @@ int pvr2_i2c_msp3400_setup(struct pvr2_hdw *hdw,struct pvr2_i2c_client *cp)
 }
 
 
+
 /*
   Stuff for Emacs to see, in order to encourage consistent editing style:
   *** Local Variables: ***
index 895859ec495a7737b85ebd2ca47fd4924ed7e5da..9494c6a5b5d82f7f775df093baedb6b95dc6448d 100644 (file)
@@ -323,6 +323,7 @@ int pvr2_i2c_cx2584x_v4l_setup(struct pvr2_hdw *hdw,
 
 
 
+
 /*
   Stuff for Emacs to see, in order to encourage consistent editing style:
   *** Local Variables: ***
index 8f32c2edb49aca11d3ef5f5efb64b6d19dee8959..7e0628b988ccb5d88a691776126e629ad2a0b5a7 100644 (file)
@@ -29,6 +29,7 @@
 #include "pvrusb2-cx2584x-v4l.h"
 #include "pvrusb2-wm8775.h"
 
+
 #define trace_i2c(...) pvr2_trace(PVR2_TRACE_I2C,__VA_ARGS__)
 
 #define OP_INIT 0 /* MUST come first so it is run first */
@@ -105,6 +106,7 @@ const struct pvr2_i2c_op *pvr2_i2c_get_op(unsigned int idx)
 }
 
 
+
 /*
   Stuff for Emacs to see, in order to encourage consistent editing style:
   *** Local Variables: ***
index 48cffa4a1b6a0f52e9abc0879698fa688c9c74d9..4bb6f9453e0d5e5b468192982c097b64fea6057d 100644 (file)
@@ -26,6 +26,7 @@
 
 #define trace_i2c(...) pvr2_trace(PVR2_TRACE_I2C,__VA_ARGS__)
 
+
 /*
 
   This module implements the foundation of a rather large architecture for
@@ -469,6 +470,7 @@ void pvr2_i2c_track_done(struct pvr2_hdw *hdw)
        /* Empty for now */
 }
 
+
 /*
   Stuff for Emacs to see, in order to encourage consistent editing style:
   *** Local Variables: ***
index 07775d1aad4efb0e8661bef9b74800551128258f..ee9c9c139a85ab0352182dda92dd171126f71e71 100644 (file)
@@ -28,6 +28,7 @@
 #include <media/tuner.h>
 #include <media/v4l2-common.h>
 
+
 struct pvr2_tuner_handler {
        struct pvr2_hdw *hdw;
        struct pvr2_i2c_client *client;