On Thu, Apr 04, 2013 at 04:03:04PM +0200, Stefan Reif wrote:
> + switch (status) {
> + case -ENOENT:
> + /* fall through */
> + case -ECONNRESET:If two case statements are right next to each other then they don't need a "fall through" comment. (Don't resend. I'm just pointing that out for future reference). regards, dan carpenter _______________________________________________ devel mailing list [email protected] http://driverdev.linuxdriverproject.org/mailman/listinfo/devel
