Re: [PATCH] cxgb4: fix boolreturn.cocci warnings

2015-03-29 Thread David Miller
From: kbuild test robot Date: Thu, 26 Mar 2015 05:55:25 +0800 > drivers/net/ethernet/chelsio/cxgb4/cxgb4_fcoe.c:49:9-10: WARNING: return of > 0/1 in function 'cxgb_fcoe_sof_eof_supported' with return type bool > > Return statements in functions returning bool should use > true/false instead o

Re: [PATCH] cxgb4: fix boolreturn.cocci warnings

2015-03-25 Thread Joe Perches
On Thu, 2015-03-26 at 05:55 +0800, kbuild test robot wrote: > drivers/net/ethernet/chelsio/cxgb4/cxgb4_fcoe.c:49:9-10: WARNING: return of > 0/1 in function 'cxgb_fcoe_sof_eof_supported' with return type bool Hey Fengguang. There are so many of these that could be fixed. Did you establish a queu