From: Robert P. J. Day Date: Wed, 11 Aug 2010 01:03:34 +0000 (-0700) Subject: kfifo: kfifo_is_{full,empty} should return bools, not ints X-Git-Tag: v2.6.36-rc1~108 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad9c7ed0685406fe3cd7f0749b82bf433a39dd9c;p=pandora-kernel.git kfifo: kfifo_is_{full,empty} should return bools, not ints For consistency with other kfifo routines, return bool, not int. Signed-off-by: Robert P. J. Day Cc: Stefani Seibold Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed