Re: [PATCH 00/22] drivers/staging/bcm/PHSModule.c cleanup patches

2014-07-15 Thread Dan Carpenter
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

[PATCH 00/22] drivers/staging/bcm/PHSModule.c cleanup patches

2014-07-15 Thread Matthias Beyer
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