Re: [PATCH 1/3] staging: vme_user: return retval in vme_user_ioctl

2016-09-09 Thread Aaron Sierra
- Original Message - > From: "Martyn Welch" <mar...@welchs.me.uk> > Subject: Re: [PATCH 1/3] staging: vme_user: return retval in vme_user_ioctl > On Fri, Sep 02, 2016 at 04:16:48PM -0500, Aaron Sierra wrote: >> Update each case to set retval a

Re: [PATCH 1/3] staging: vme_user: return retval in vme_user_ioctl

2016-09-08 Thread Martyn Welch
On Fri, Sep 02, 2016 at 04:16:48PM -0500, Aaron Sierra wrote: > Update each case to set retval and return that value at the end of the > function. This also replaces most case statement returns with breaks > and collapses some whitespace. > Sorry if I'm being dense, but is there an advantage to

[PATCH 1/3] staging: vme_user: return retval in vme_user_ioctl

2016-09-02 Thread Aaron Sierra
Update each case to set retval and return that value at the end of the function. This also replaces most case statement returns with breaks and collapses some whitespace. Signed-off-by: Aaron Sierra --- drivers/staging/vme/devices/vme_user.c | 22 ++ 1