Re: [PATCH] staging: rtl8723bs: hal: Remove return type of initrecvbuf

From: Greg Kroah-Hartman
Date: Sat Jun 15 2019 - 14:57:35 EST


On Sat, Jun 15, 2019 at 10:52:20PM +0530, Hariprasad Kelam wrote:
> change return of initrecvbuf from s32 to void. As this function always
> returns SUCCESS .
>
> fix checkpatch warning "Comparison to false is error prone"

That is doing multiple things in the same patch, please break this up :(