]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
V4L/DVB (11160): pvrusb2: whitespace tweaks
authorMike Isely <isely@pobox.com>
Sat, 7 Mar 2009 02:48:42 +0000 (23:48 -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-i2c-cmd-v4l2.h

index 6159c7e3047da825eb2faece0ad72748e39a3bd2..c29206fa3d1b98fdb1d543732c7e527cb28ec1e5 100644 (file)
@@ -26,6 +26,7 @@
 #include <media/msp3400.h>
 #include <media/v4l2-common.h>
 
+
 struct pvr2_msp3400_handler {
        struct pvr2_hdw *hdw;
        struct pvr2_i2c_client *client;
@@ -35,7 +36,6 @@ struct pvr2_msp3400_handler {
 
 
 
-
 struct routing_scheme {
        const int *def;
        unsigned int cnt;
index 8472637e48ebb8c0fbfada3e804e02011e0e0bf4..fa42497b40b5f7cd27437f04e630b9919d623552 100644 (file)
@@ -24,6 +24,7 @@
 
 #include "pvrusb2-i2c-track.h"
 
+
 extern const struct pvr2_i2c_op pvr2_i2c_op_v4l2_init;
 extern const struct pvr2_i2c_op pvr2_i2c_op_v4l2_standard;
 extern const struct pvr2_i2c_op pvr2_i2c_op_v4l2_radio;
@@ -38,6 +39,7 @@ extern const struct pvr2_i2c_op pvr2_i2c_op_v4l2_log;
 void pvr2_v4l2_cmd_stream(struct pvr2_i2c_client *,int);
 void pvr2_v4l2_cmd_status_poll(struct pvr2_i2c_client *);
 
+
 #endif /* __PVRUSB2_CMD_V4L2_H */
 
 /*