Re: [usbip-devel] [PATCH 03/15] staging: usbip: reformat function pickup_urb_and_free_priv
Status: Alpha
Brought to you by:
hirofuchi
From: Dan C. <dan...@or...> - 2013-04-04 19:13:24
|
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 |