Re: Suspend 2 merge: 46/51: LZF support.

From: Dmitry Torokhov
Date: Thu Nov 25 2004 - 02:03:28 EST


Hi,

On Thursday 25 November 2004 01:32 am, hugang@xxxxxxxxxxxx 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/