commit | a8d89807373f95f3f7637e3987710a4500a7a857 | [log] [tgz] |
---|---|---|
author | Viral Mehta <Viral.Mehta@lntinfotech.com> | Wed Mar 17 19:31:17 2010 +0530 |
committer | Jiri Kosina <jkosina@suse.cz> | Thu Mar 18 01:24:38 2010 +0100 |
tree | 8e55cbefe8f61c12d1db2429378c57e4f5471a40 | |
parent | 9c5fb19adbeabd269ace11ee2d916cbc0d9118e6 [diff] |
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 <viral.mehta@lntinfotech.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>