idr: fix wrong kernel-doc
authorLi Zefan <[email protected]>
Thu, 15 Jan 2009 21:51:00 +0000 (13:51 -0800)
committerLinus Torvalds <[email protected]>
Fri, 16 Jan 2009 00:39:37 +0000 (16:39 -0800)
commitb098161b4d0231f7dc5306111d576c0bfe0c8eba
tree4b95f05b5f50bd219943f4bd6b200ccde806a38b
parent45ce80fb6b6f9594d1396d44dd7e7c02d596fef8
idr: fix wrong kernel-doc

idr_get_new_above() and ida_get_new_above() return an id in the range of
@staring_id ... 0x7fffffff, not 0 ... 0x7fffffff.

Signed-off-by: Li Zefan <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
lib/idr.c