kfifo: fix kerneldoc for kfifo_avail and kfifo_in_locked
authorViral Mehta <Viral.Mehta@lntinfotech.com>
Wed, 17 Mar 2010 14:01:17 +0000 (19:31 +0530)
committerJiri Kosina <jkosina@suse.cz>
Thu, 18 Mar 2010 00:24:38 +0000 (01:24 +0100)
Function argument is not having "len" anywhere;
"len" is later used in kfifo_{in|out}.

So here, it would be appropriate to say,
it copies @n bytes and not @len

Signed-off-by: Viral Mehta <viral.mehta@lntinfotech.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

No differences found