On 1/27/22 8:34 PM, Jiapeng Chong wrote: > External email: Use caution opening links or attachments > > > Return statements in functions returning bool should use true/false > instead of 1/0. > > ./block/bio.c:1081:9-10: WARNING: return of 0/1 in function > 'bio_add_folio' with return type bool. > > Reported-by: Abaci Robot <abaci@xxxxxxxxxxxxxxxxx> > Signed-off-by: Jiapeng Chong <jiapeng.chong@xxxxxxxxxxxxxxxxx> > --- Good catch, looks good. Reviewed-by: Chaitanya Kulkarni <kch@xxxxxxxxxx>