Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: [PATCH] Support for B2C2/BBTI Air2PC-ATSC NXT2002 Frontend



Taylor Jacob wrote:
> Attached is a frontend driver for the VSB/QAM J83 AnnexB demodulator used on the
> B2C2/BBTI Air2PC ATSC card.

Cool.

> If there are any issues with the coding standard or
> anything please let me know.

nxt2002.c has some inconsistent indentation (sometimes 8,
sometimes 4 chars; it should be one tab).

It also uses inconsistent placement of braces after if/while.
The preferred style is:
	if (...) {
		...;
	}

But whatever you do please be at least consistent.

Johannes




Home | Main Index | Thread Index