From: Andi Kleen Date: Sat, 16 Jan 2010 01:01:17 +0000 (-0800) Subject: kfifo: document everywhere that size has to be power of two X-Git-Tag: v2.6.33-rc5~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5dab600e6a153ceb64832f608069e6c08185411a;p=pandora-kernel.git kfifo: document everywhere that size has to be power of two On my first try using them I missed that the fifos need to be power of two, resulting in a runtime bug. Document that requirement everywhere (and fix one grammar bug) Signed-off-by: Andi Kleen Acked-by: Stefani Seibold Cc: Roland Dreier Cc: Dmitry Torokhov Cc: Andy Walls Cc: Vikram Dhillon Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed