Re: [PATCH 3/6] staging: ks7010: replace identifier ret with rc

2017-03-15 Thread Greg Kroah-Hartman
On Tue, Mar 14, 2017 at 09:20:14PM +1100, Tobin C. Harding wrote: > Code uses identifier names ret, and rc for function return > values. It would be more readable if the whole driver used a single > identifier for this task. Lets use 'rc' since it is the shortest. > > Change ret -> rc Again, retv

[PATCH 3/6] staging: ks7010: replace identifier ret with rc

2017-03-14 Thread Tobin C. Harding
Code uses identifier names ret, and rc for function return values. It would be more readable if the whole driver used a single identifier for this task. Lets use 'rc' since it is the shortest. Change ret -> rc Signed-off-by: Tobin C. Harding --- drivers/staging/ks7010/ks7010_sdio.c | 48 +++