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



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

I can fix it to match the standard above. Most likely its partially my
formatting and the frontend driver I used as base to build nxt2002 from..

Taylor




Home | Main Index | Thread Index