Christoph Hellwig Fri, 16 Nov 2018 05:33:40 -0800
> + if (!*sg) > + return sglist; > + else {
No need for an else after an early return.