kfifo: add kfifo_skip() testcase
authorAndrea Righi <arighi@develer.com>
Thu, 19 Aug 2010 21:13:28 +0000 (14:13 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 20 Aug 2010 16:34:54 +0000 (09:34 -0700)
commit5ddf83912c8b49a24ab0841f6d77f33781dcf10f
treee3a9b61f4d79ac9ea57cb9775fa7c29ae76b4f33
parentb35de43b31040828f83046f40fd34ba33146409d
kfifo: add kfifo_skip() testcase

Add a testcase for kfifo_skip() to the byte stream fifo example.

Signed-off-by: Andrea Righi <arighi@develer.com>
Cc: Greg KH <greg@kroah.com>
Acked-by: Stefani Seibold <stefani@seibold.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
samples/kfifo/bytestream-example.c