mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [merged] lib-idrc-fix-comment-for-ida_get_new_above.patch removed from -mm tree
@ 2011-11-01 21:16 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2011-11-01 21:16 UTC (permalink / raw)
  To: shhuiw, mm-commits


The patch titled
     Subject: lib/idr.c: fix comment for ida_get_new_above()
has been removed from the -mm tree.  Its filename was
     lib-idrc-fix-comment-for-ida_get_new_above.patch

This patch was dropped because it was merged into mainline or a subsystem tree

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
From: Wang Sheng-Hui <shhuiw@gmail.com>
Subject: lib/idr.c: fix comment for ida_get_new_above()

Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 lib/idr.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff -puN lib/idr.c~lib-idrc-fix-comment-for-ida_get_new_above lib/idr.c
--- a/lib/idr.c~lib-idrc-fix-comment-for-ida_get_new_above
+++ a/lib/idr.c
@@ -767,8 +767,8 @@ EXPORT_SYMBOL(ida_pre_get);
  * @starting_id: id to start search at
  * @p_id:	pointer to the allocated handle
  *
- * Allocate new ID above or equal to @ida.  It should be called with
- * any required locks.
+ * Allocate new ID above or equal to @starting_id.  It should be called
+ * with any required locks.
  *
  * If memory is required, it will return %-EAGAIN, you should unlock
  * and go back to the ida_pre_get() call.  If the ida is full, it will
_

Patches currently in -mm which might be from shhuiw@gmail.com are

origin.patch
linux-next.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-11-01 21:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-01 21:16 [merged] lib-idrc-fix-comment-for-ida_get_new_above.patch removed from -mm tree akpm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).