From: Viral Mehta Date: Wed, 17 Mar 2010 14:01:17 +0000 (+0530) Subject: kfifo: fix kerneldoc for kfifo_avail and kfifo_in_locked X-Git-Tag: v2.6.35-rc1~482^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8d89807373f95f3f7637e3987710a4500a7a857;p=pandora-kernel.git kfifo: fix kerneldoc for kfifo_avail and kfifo_in_locked 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 Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed