[PATCH 03/15] staging: usbip: reformat function pickup_urb_and_free_priv

Dan Carpenter dan.carpenter at oracle.com
Thu Apr 4 19:09:25 UTC 2013


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





More information about the devel mailing list