linux/drivers/staging/most
Jamal Shareef c671dfdaed 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>
2019-10-24 23:03:00 -04:00
..
cdev staging: most: Delete an error message for a failed memory allocation 2019-07-22 07:34:09 +02:00
dim2 staging: Remove dev_err() usage after platform_get_irq() 2019-07-30 20:50:04 +02:00
Documentation staging: most: trivial: fix a couple of typos 2019-06-06 15:03:34 +02:00
i2c staging: add missing SPDX lines to Makefile files 2019-04-03 11:10:15 +02:00
net staging: most: Use DEFINE_SPINLOCK() instead of struct spinlock 2019-07-30 09:52:04 +02:00
sound staging: most: sound: Fix error path of audio_init 2019-08-28 22:22:13 +02:00
usb staging: most: usb: remove prefix from description tag 2019-04-16 13:25:17 +02:00
video staging: most: Use DEFINE_SPINLOCK() instead of struct spinlock 2019-07-30 09:52:04 +02:00
configfs.c staging: most: Change bool init to true/false 2019-10-24 23:03:00 -04:00
core.c staging: most-core: Fix checkpatch warnings 2019-08-27 19:01:26 +02:00
core.h staging: most: allow speculative configuration 2019-04-16 13:25:18 +02:00
Kconfig staging: most: use help instead of ---help--- in Kconfig 2019-05-20 10:49:07 +02:00
Makefile staging: most: enable configfs support 2019-04-16 13:25:17 +02:00
TODO