On Fri, Apr 25, 2014 at 03:37:29PM -0700, Greg KH wrote:
> On Wed, Mar 26, 2014 at 01:08:23AM +0000, Rui Miguel Silva wrote:
> > fix some code style related to the use of braces in a one statement block
> > 
> > Signed-off-by: Rui Miguel Silva <rmf...@gmail.com>
> > ---
> > -   if((curTxOkCnt + curRxOkCnt) < 15000000) {
> > +   if
> > +           ((curTxOkCnt + curRxOkCnt) < 15000000)
> 
> What did you just do there?  Does that look right to you?
> greg k-h

Some fat finger and sleepy eyes (very...sleepy) could not see that going out.

v2 follows.

Thanks.
  Rui
_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to