projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
firewire: Drop the unused fw_card device.
[linux-2.6]
/
lib
/
idr.c
diff --git
a/lib/idr.c
b/lib/idr.c
index
7185353
..
305117c
100644
(file)
--- a/
lib/idr.c
+++ b/
lib/idr.c
@@
-329,8
+329,8
@@
static void sub_remove(struct idr *idp, int shift, int id)
/**
* idr_remove - remove the given id and free it's slot
- * idp: idr handle
- *
id: unique
ue key
+ *
@
idp: idr handle
+ *
@id: uniq
ue key
*/
void idr_remove(struct idr *idp, int id)
{