diff options
author | Mike Isely <isely@pobox.com> | 2008-04-22 19:45:39 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 19:07:47 +0200 |
commit | 7f421fe475726f0de55588a22c870e5cf35dc4f5 (patch) | |
tree | 2225c8ed38936c831c6beead8dd6016762f29948 /drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h | |
parent | V4L/DVB (7304): pvrusb2: add function pvr2_hdw_cmd_powerdown (diff) | |
download | linux-7f421fe475726f0de55588a22c870e5cf35dc4f5.tar.xz linux-7f421fe475726f0de55588a22c870e5cf35dc4f5.zip |
V4L/DVB (7305): pvrusb2: whitespace fixup
Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h')
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h b/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h index aa374c7e08fd..4971335c46d3 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h +++ b/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h @@ -237,9 +237,9 @@ struct pvr2_hdw { int state_usbstream_run; /* FX2 is streaming */ int state_decoder_quiescent; /* Decoder idle for > 50msec */ int state_pipeline_config; /* Pipeline is configured */ - int state_pipeline_req; /* Somebody wants to stream */ - int state_pipeline_pause; /* Pipeline must be paused */ - int state_pipeline_idle; /* Pipeline not running */ + int state_pipeline_req; /* Somebody wants to stream */ + int state_pipeline_pause; /* Pipeline must be paused */ + int state_pipeline_idle; /* Pipeline not running */ /* This is the master state of the driver. It is the combined result of other bits of state. Examining this will indicate the |