From: Andrew Morton Cc: Dave Airlie Cc: Kristian Hoegsberg Cc: Tejun Heo Signed-off-by: Andrew Morton --- lib/idr.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN lib/idr.c~lib-add-idr_for_each-fix lib/idr.c --- a/lib/idr.c~lib-add-idr_for_each-fix +++ a/lib/idr.c @@ -452,7 +452,7 @@ EXPORT_SYMBOL(idr_find); * We check the return of @fn each time. If it returns anything other * than 0, we break out and return that value. * - * The caller must serialize idr_find() vs idr_get_new() and idr_remove(). + * The caller must serialize idr_for_each() vs idr_get_new() and idr_remove(). */ int idr_for_each(struct idr *idp, int (*fn)(int id, void *p, void *data), void *data) _