Re: [PATCH net-next] wireless: Use bool function returns of true/false instead of 1/0

2015-03-29 Thread Joe Perches
On Sun, 2015-03-29 at 20:46 -0500, Larry Finger wrote: > On 03/29/2015 08:29 PM, Joe Perches wrote: > > Use bool constants as the return values instead of 1 and 0. > > > > Signed-off-by: Joe Perches > > --- > >> To be honest I'd might rather get bunches of these, there has to be a ton > >> of them

Re: [PATCH net-next] wireless: Use bool function returns of true/false instead of 1/0

2015-03-29 Thread Larry Finger
On 03/29/2015 08:29 PM, Joe Perches wrote: Use bool constants as the return values instead of 1 and 0. Signed-off-by: Joe Perches --- To be honest I'd might rather get bunches of these, there has to be a ton of them, than a slow trickle of one every few weeks/days. There aren't too many here

[PATCH net-next] wireless: Use bool function returns of true/false instead of 1/0

2015-03-29 Thread Joe Perches
Use bool constants as the return values instead of 1 and 0. Signed-off-by: Joe Perches --- > To be honest I'd might rather get bunches of these, there has to be a ton > of them, than a slow trickle of one every few weeks/days. There aren't too many here either... drivers/net/wireless/b43/dma.c