staging: most: Change bool init to true/false
authorJamal Shareef <jamal.k.shareef@gmail.com>
Thu, 24 Oct 2019 22:39:37 +0000 (15:39 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 25 Oct 2019 03:03:00 +0000 (23:03 -0400)
commitc671dfdaedefc69000955b3a257538175bcb8aba
tree0553ffe71c4b64b4dad59b5d5c2d8c79d0a54e21
parent77b97aa69bd08a889c78397193d7390cd6a51122
staging: most: Change bool init to true/false

 Bool initializations should use true and false.  Bool tests don't need
 comparisons.  Based on contributions from Joe Perches, Rusty Russell
 and Bruce W Allan.

 The semantic patch that makes this report is available
 in scripts/coccinelle/misc/boolinit.cocci.

 More information about semantic patching is available at
 http://coccinelle.lip6.fr/

Signed-off-by: Jamal Shareef <jamal.k.shareef@gmail.com>
Link: https://lore.kernel.org/r/20191024223937.2800-1-jamal.k.shareef@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/most/configfs.c