]> Pileus Git - ~andy/linux/blobdiff - include/linux/idr.h
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[~andy/linux] / include / linux / idr.h
index 928ae712709faa041160a1a4a2f45ad5dcf1baf3..13a801f3d028225533f2ce701349b2b0657ca734 100644 (file)
@@ -81,6 +81,7 @@ struct idr {
 #define _idr_rc_to_errno(rc) ((rc) == -1 ? -EAGAIN : -ENOSPC)
 
 /**
+ * DOC: idr sync
  * idr synchronization (stolen from radix-tree.h)
  *
  * idr_find() is able to be called locklessly, using RCU. The caller must