> In the Linux kernel coding style document > (Documentation/process/coding-style.rst) it is recommended to use the type > 'bool' and also the values 'true' and 'false'. Hence this patch that removes > the definitions and uses of TRUE and FALSE from the UFS driver. > > Signed-off-by: Bart Van Assche <bvanassche@xxxxxxx> Reviewed-by: Avri Altman <avri.altman@xxxxxxx>