commit | ad9c7ed0685406fe3cd7f0749b82bf433a39dd9c | [log] [tgz] |
---|---|---|
author | Robert P. J. Day <rpjday@crashcourse.ca> | Tue Aug 10 18:03:34 2010 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Aug 11 08:59:23 2010 -0700 |
tree | 82c4c11b94e10b71fc0796f6a4bfb9ed1e0115be | |
parent | ab654bab04be435a9671e0dcf49c18f9782dd838 [diff] |
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 <rpjday@crashcourse.ca> Cc: Stefani Seibold <stefani@seibold.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>