Skip to content

Commit

Permalink
V4L/DVB (11160): pvrusb2: whitespace tweaks
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Mike Isely authored and Mauro Carvalho Chehab committed Mar 30, 2009
1 parent a932f50 commit 6063a44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/pvrusb2/pvrusb2-audio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -35,7 +36,6 @@ struct pvr2_msp3400_handler {




struct routing_scheme {
const int *def;
unsigned int cnt;
Expand Down
2 changes: 2 additions & 0 deletions drivers/media/video/pvrusb2/pvrusb2-i2c-cmd-v4l2.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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 */

/*
Expand Down

0 comments on commit 6063a44

Please sign in to comment.