Mailing List archive

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

[linux-dvb] Re: [PATCH] dvb-ttpci+budgetpatch integrated v33



> > kernel people don't like superflous braces, use:
> >  if (...)
> >   ...;
> >  else {

Yes, there's danger to create ambigous else like this

if ()
  if ();
    else {





Home | Main Index | Thread Index