Commit acd92d40 authored by Mike Isely's avatar Mike Isely Committed by Mauro Carvalho Chehab

V4L/DVB (11157): pvrusb2: whitespace trivial tweaks

Signed-off-by: default avatarMike Isely <isely@pobox.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent a51f5000
...@@ -35,6 +35,7 @@ struct pvr2_msp3400_handler { ...@@ -35,6 +35,7 @@ struct pvr2_msp3400_handler {
struct routing_scheme { struct routing_scheme {
const int *def; const int *def;
unsigned int cnt; unsigned int cnt;
...@@ -180,6 +181,7 @@ int pvr2_i2c_msp3400_setup(struct pvr2_hdw *hdw,struct pvr2_i2c_client *cp) ...@@ -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: Stuff for Emacs to see, in order to encourage consistent editing style:
*** Local Variables: *** *** Local Variables: ***
......
...@@ -323,6 +323,7 @@ int pvr2_i2c_cx2584x_v4l_setup(struct pvr2_hdw *hdw, ...@@ -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: Stuff for Emacs to see, in order to encourage consistent editing style:
*** Local Variables: *** *** Local Variables: ***
......
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
#include "pvrusb2-cx2584x-v4l.h" #include "pvrusb2-cx2584x-v4l.h"
#include "pvrusb2-wm8775.h" #include "pvrusb2-wm8775.h"
#define trace_i2c(...) pvr2_trace(PVR2_TRACE_I2C,__VA_ARGS__) #define trace_i2c(...) pvr2_trace(PVR2_TRACE_I2C,__VA_ARGS__)
#define OP_INIT 0 /* MUST come first so it is run first */ #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) ...@@ -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: Stuff for Emacs to see, in order to encourage consistent editing style:
*** Local Variables: *** *** Local Variables: ***
......
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
#define trace_i2c(...) pvr2_trace(PVR2_TRACE_I2C,__VA_ARGS__) #define trace_i2c(...) pvr2_trace(PVR2_TRACE_I2C,__VA_ARGS__)
/* /*
This module implements the foundation of a rather large architecture for This module implements the foundation of a rather large architecture for
...@@ -469,6 +470,7 @@ void pvr2_i2c_track_done(struct pvr2_hdw *hdw) ...@@ -469,6 +470,7 @@ void pvr2_i2c_track_done(struct pvr2_hdw *hdw)
/* Empty for now */ /* Empty for now */
} }
/* /*
Stuff for Emacs to see, in order to encourage consistent editing style: Stuff for Emacs to see, in order to encourage consistent editing style:
*** Local Variables: *** *** Local Variables: ***
......
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
#include <media/tuner.h> #include <media/tuner.h>
#include <media/v4l2-common.h> #include <media/v4l2-common.h>
struct pvr2_tuner_handler { struct pvr2_tuner_handler {
struct pvr2_hdw *hdw; struct pvr2_hdw *hdw;
struct pvr2_i2c_client *client; struct pvr2_i2c_client *client;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment