On 11/03/2016 08:51 AM, Mintz, Yuval wrote: >> +static void xgbe_calculate_equal_fifo(unsigned int fifo_size, >> + unsigned int queue_count, >> + unsigned int *fifo) >> +{ > ... >> + >> + return; >> } > > No need for explicit return. >
Ok, if there's feedback that requires a v2 I'll remove the return, otherwise I plan to submit a checkpatch cleanup series as a follow-up to fix some of the new warnings issued by the newer version of checkpatch. Thanks, Tom