On Tue, 2015-05-05 at 19:20 -0400, David Miller wrote:
> From: Joe Perches Date: Mon, 04 May 2015 13:32:30 -0700
> > On Mon, 2015-05-04 at 13:05 -0700, Joe Perches wrote:
> >> unsigned char * return values are sometimes awkward to work with.
> >> Changing the return to void * is sometimes clearer.
From: Joe Perches
Date: Mon, 04 May 2015 13:32:30 -0700
> On Mon, 2015-05-04 at 13:05 -0700, Joe Perches wrote:
>> unsigned char * return values are sometimes awkward to work with.
>> Changing the return to void * is sometimes clearer.
>>
>> The only uses of the return type is to do sets like
>>