From 0f4be0885c26cb8f69c16c52470809ed1928c85b Mon Sep 17 00:00:00 2001 From: Li Zefan Date: Thu, 15 Jan 2009 13:51:00 -0800 Subject: [PATCH] --- yaml --- r: 129670 b: refs/heads/master c: b098161b4d0231f7dc5306111d576c0bfe0c8eba h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/lib/idr.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index d7d71044783c..33a0703f4bf3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 45ce80fb6b6f9594d1396d44dd7e7c02d596fef8 +refs/heads/master: b098161b4d0231f7dc5306111d576c0bfe0c8eba diff --git a/trunk/lib/idr.c b/trunk/lib/idr.c index 1c4f9281f412..6b7cfa6508fe 100644 --- a/trunk/lib/idr.c +++ b/trunk/lib/idr.c @@ -292,7 +292,7 @@ static int idr_get_new_above_int(struct idr *idp, void *ptr, int starting_id) * and go back to the idr_pre_get() call. If the idr is full, it will * return -ENOSPC. * - * @id returns a value in the range 0 ... 0x7fffffff + * @id returns a value in the range @starting_id ... 0x7fffffff */ int idr_get_new_above(struct idr *idp, void *ptr, int starting_id, int *id) { @@ -723,7 +723,7 @@ EXPORT_SYMBOL(ida_pre_get); * and go back to the ida_pre_get() call. If the ida is full, it will * return -ENOSPC. * - * @p_id returns a value in the range 0 ... 0x7fffffff. + * @p_id returns a value in the range @starting_id ... 0x7fffffff. */ int ida_get_new_above(struct ida *ida, int starting_id, int *p_id) {