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

V4L/DVB (11160): pvrusb2: whitespace tweaks

Signed-off-by: default avatarMike Isely <isely@pobox.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent a932f507
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
#include <media/msp3400.h> #include <media/msp3400.h>
#include <media/v4l2-common.h> #include <media/v4l2-common.h>
struct pvr2_msp3400_handler { struct pvr2_msp3400_handler {
struct pvr2_hdw *hdw; struct pvr2_hdw *hdw;
struct pvr2_i2c_client *client; struct pvr2_i2c_client *client;
...@@ -35,7 +36,6 @@ struct pvr2_msp3400_handler { ...@@ -35,7 +36,6 @@ struct pvr2_msp3400_handler {
struct routing_scheme { struct routing_scheme {
const int *def; const int *def;
unsigned int cnt; unsigned int cnt;
......
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
#include "pvrusb2-i2c-track.h" #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_init;
extern const struct pvr2_i2c_op pvr2_i2c_op_v4l2_standard; extern const struct pvr2_i2c_op pvr2_i2c_op_v4l2_standard;
extern const struct pvr2_i2c_op pvr2_i2c_op_v4l2_radio; 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; ...@@ -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_stream(struct pvr2_i2c_client *,int);
void pvr2_v4l2_cmd_status_poll(struct pvr2_i2c_client *); void pvr2_v4l2_cmd_status_poll(struct pvr2_i2c_client *);
#endif /* __PVRUSB2_CMD_V4L2_H */ #endif /* __PVRUSB2_CMD_V4L2_H */
/* /*
......
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