lkml.org 
[lkml]   [2004]   [Nov]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: Suspend 2 merge: 46/51: LZF support.
Date
Hi,

On Thursday 25 November 2004 01:32 am, hugang@soulinfo.com wrote:
....
> +
> + if (lit)
> + {
> + if (op + lit + 1 >= out_end)
> + return 0;
> +
> + *op++ = lit - 1;
> + lit = -lit;
> + do
> + *op++ = ip[lit];
> + while (++lit);
> + }
> +
> + return op - (u8 *) out_data;
> +}
>

Since this is a completely new file (as far as kernel tree is concerned)
could you convert it to proper coding style (braces placement, identation)?

--
Dmitry
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:08    [W:0.133 / U:0.796 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site