public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* Conversion to generic boolean
@ 2006-08-26  3:24 Richard Knutsson
  2006-08-28  9:32 ` Christoph Hellwig
  0 siblings, 1 reply; 27+ messages in thread
From: Richard Knutsson @ 2006-08-26  3:24 UTC (permalink / raw)
  To: James.Bottomley; +Cc: linux-scsi

Hello

Just would like to ask if you want patches for:

* (Most importent, may introduce bugs if left alone)
Fixing boolean checking, ex:
if (bool == FALSE)
to
if (!bool)

* (In effort to remove all local true/false definitions)
Converting FALSE and TRUE to the generic-boolean.patch (applied 060823 
in -mm).

* (Just more readable code, should not be prone for bugs if first * is 
fixed, if left alone)
Converting obvious boolean variables to actual boolean. Most of them are 
'int' right now.

(Please cc: me, not on the list)

Have a nice night
/Richard Knutsson

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

end of thread, other threads:[~2006-09-04 12:33 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-26  3:24 Conversion to generic boolean Richard Knutsson
2006-08-28  9:32 ` Christoph Hellwig
2006-08-28  9:45   ` Jesper Juhl
2006-08-29 11:39     ` Christoph Hellwig
2006-08-28 10:58   ` Jan Engelhardt
2006-08-28 11:11     ` Bernd Petrovitsch
2006-08-28 12:17     ` Richard Knutsson
2006-08-28 19:15       ` Nicholas Miell
2006-08-28 20:55         ` Richard Knutsson
2006-08-28 21:19           ` Nicholas Miell
2006-08-28 21:55             ` Richard Knutsson
2006-08-29 11:41         ` Christoph Hellwig
2006-08-29 12:17           ` Jan Engelhardt
2006-08-29 13:26             ` Peter Williams
2006-08-29 13:56               ` Jan Engelhardt
2006-08-29 12:48           ` Alan Cox
2006-08-29  0:18   ` Andrew Morton
2006-08-29  1:15     ` Nick Piggin
2006-08-29  5:58       ` Jan Engelhardt
2006-08-31  3:50         ` Dmitry Torokhov
2006-09-03 12:51           ` Pavel Machek
2006-08-29  7:29       ` Anton Altaparmakov
2006-08-29 11:46         ` Christoph Hellwig
2006-08-29 12:18           ` Anton Altaparmakov
2006-08-29 11:45     ` Christoph Hellwig
2006-08-29 14:10       ` Richard Knutsson
2006-08-29 15:47       ` Andrew Morton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox