aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/pwc/pwc-dec23.c
diff options
context:
space:
mode:
authorTrent Piepho <xyzzy@speakeasy.org>2006-06-19 23:30:57 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-06-25 01:05:10 -0400
commit657de3cd32285831a56f9f96deb85c64205c42fc (patch)
tree3caea8235cc28ef10affe81277724e5a1adcf02e /drivers/media/video/pwc/pwc-dec23.c
parentf49ba8d7cd252eac19004e2ebe18dfffe548c2c3 (diff)
V4L/DVB (4118): Whitespace cleanups
Signed-off-by: Trent Piepho <xyzzy@speakeasy.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/pwc/pwc-dec23.c')
-rw-r--r--drivers/media/video/pwc/pwc-dec23.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/pwc/pwc-dec23.c b/drivers/media/video/pwc/pwc-dec23.c
index 39eaf58396df..9e2d91f26bfe 100644
--- a/drivers/media/video/pwc/pwc-dec23.c
+++ b/drivers/media/video/pwc/pwc-dec23.c
@@ -105,7 +105,7 @@ static void build_bit_powermask_table(struct pwc_dec23_private *pdec)
105 105
106 106
107static void build_table_color(const unsigned int romtable[16][8], 107static void build_table_color(const unsigned int romtable[16][8],
108 unsigned char p0004[16][1024], 108 unsigned char p0004[16][1024],
109 unsigned char p8004[16][256]) 109 unsigned char p8004[16][256])
110{ 110{
111 int compression_mode, j, k, bit, pw; 111 int compression_mode, j, k, bit, pw;
@@ -787,7 +787,7 @@ static void DecompressBand23(struct pwc_dec23_private *pdec,
787 * 787 *
788 */ 788 */
789static void DecompressBandBayer(struct pwc_dec23_private *pdec, 789static void DecompressBandBayer(struct pwc_dec23_private *pdec,
790 const unsigned char *rawyuv, 790 const unsigned char *rawyuv,
791 unsigned char *rgbbayer, 791 unsigned char *rgbbayer,
792 unsigned int compressed_image_width, 792 unsigned int compressed_image_width,
793 unsigned int real_image_width) 793 unsigned int real_image_width)