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

V4L/DVB (7305): pvrusb2: whitespace fixup

Signed-off-by: default avatarMike Isely <isely@pobox.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent e1edb19a
...@@ -237,9 +237,9 @@ struct pvr2_hdw { ...@@ -237,9 +237,9 @@ struct pvr2_hdw {
int state_usbstream_run; /* FX2 is streaming */ int state_usbstream_run; /* FX2 is streaming */
int state_decoder_quiescent; /* Decoder idle for > 50msec */ int state_decoder_quiescent; /* Decoder idle for > 50msec */
int state_pipeline_config; /* Pipeline is configured */ int state_pipeline_config; /* Pipeline is configured */
int state_pipeline_req; /* Somebody wants to stream */ int state_pipeline_req; /* Somebody wants to stream */
int state_pipeline_pause; /* Pipeline must be paused */ int state_pipeline_pause; /* Pipeline must be paused */
int state_pipeline_idle; /* Pipeline not running */ int state_pipeline_idle; /* Pipeline not running */
/* This is the master state of the driver. It is the combined /* This is the master state of the driver. It is the combined
result of other bits of state. Examining this will indicate the result of other bits of state. Examining this will indicate the
......
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