Skip to content
Commit 46b5c9b8 authored by Rasmus Villemoes's avatar Rasmus Villemoes Committed by Michal Marek
Browse files

coccinelle: replace 0/1 with false/true in functions returning bool



This semantic patch replaces "return {0,1};" with "return
{false,true};" in functions returning bool.

Signed-off-by: default avatarRasmus Villemoes <linux@rasmusvillemoes.dk>
Acked-by: default avatarJulia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
parent c95182bf
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment