Re: [PATCH] powerpc: sysdev: xive: Fix use true/false for bool type

2019-10-28 Thread Gustavo A. R. Silva
This is not actually a 'fix' I suggest you to rephrase the subject in a different way and remove the word 'fix' from it. On 10/28/19 22:40, Saurav Girepunje wrote: > Use true/false for bool return type in xive_spapr_cleanup_queue > function. > How do you find this? If you used a tool to

[PATCH] powerpc: sysdev: xive: Fix use true/false for bool type

2019-10-28 Thread Saurav Girepunje
Use true/false for bool return type in xive_spapr_cleanup_queue function. Signed-off-by: Saurav Girepunje --- arch/powerpc/sysdev/xive/spapr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/sysdev/xive/spapr.c b/arch/powerpc/sysdev/xive/spapr.c index