All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Use true/false instead of 1/0 for bool initialisations
@ 2017-03-12 14:45 sayli karnik
  2017-03-12 14:47 ` [Outreachy kernel] " Julia Lawall
  0 siblings, 1 reply; 5+ messages in thread
From: sayli karnik @ 2017-03-12 14:45 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: Mauro Carvalho Chehab, Greg Kroah-Hartman

The patch series uses true and false instead of 1 and 0 as bool variable
values. Detected by coccinelle/misc/boolinit.cocci.

sayli karnik (2):
  staging: media: mt9m114: Use true/false instead of 1/0 for bool
    initialisations
  staging: media: mt9m114: Use true/false instead of 1/0 for bool
    initialisations

 drivers/staging/media/atomisp/i2c/mt9m114.c | 4 ++--
 drivers/staging/media/atomisp/i2c/mt9m114.h | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

-- 
2.7.4



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-03-12 15:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-12 14:45 [PATCH 0/2] Use true/false instead of 1/0 for bool initialisations sayli karnik
2017-03-12 14:47 ` [Outreachy kernel] " Julia Lawall
2017-03-12 14:50   ` sayli karnik
2017-03-12 14:55     ` Julia Lawall
2017-03-12 15:17       ` sayli karnik

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.