From: Ben Hutchings Date: Mon, 1 Sep 2008 11:46:50 +0000 (+0100) Subject: sfc: Use explicit bool for boolean variables, parameters and return values X-Git-Tag: v2.6.28-rc1~717^2~365 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc8cfa55da8c21e0b3290c29677a9d05c0a3e595;p=pandora-kernel.git sfc: Use explicit bool for boolean variables, parameters and return values Replace (cond ? 1 : 0) with cond or !!cond as appropriate, and (cond ? 0 : 1) with !cond. Remove some redundant boolean temporaries. Rename one field that looks like a flag but isn't. Signed-off-by: Ben Hutchings Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed