Re: [PATCH 03/37] dvb: stv0299: revert improper method

From: Andrew Morton
Date: Wed Nov 02 2005 - 22:26:49 EST


Michael Krufky <mkrufky@xxxxxxx> wrote:
>
> + if (state->errmode != STATUS_UCBLOCKS) *ucblocks = 0;
> + else *ucblocks = (stv0299_readreg (state, 0x1d) << 8) | stv0299_readreg (state, 0x1e);

Preferred kernel tyle is

if (expr)
statement;
else
statement;

please.
-
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/