git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c5fb19
)
kfifo: fix kerneldoc for kfifo_avail and kfifo_in_locked
author
Viral Mehta
<Viral.Mehta@lntinfotech.com>
Wed, 17 Mar 2010 14:01:17 +0000
(19:31 +0530)
committer
Jiri 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