Looks good. Don't bother resending those patches I complained about,
those are fine for now.
Reviewed-by: Dan Carpenter
regards,
dan carpenter
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinf
Hi,
this is my patchset for the
drivers/staging/bcm/PHSModule.c
file. It contains cleanup patches for
* Replacing object->member->member constructs by variables
* Shortenings of long lines
* Whitespace cleanup
* Chaining of nested if statements (if (foo) if (bar) => if (foo