commit | 7a4575778f4db109b8b78e6dba03271096793f88 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <mawilcox@microsoft.com> | Tue Nov 28 15:39:51 2017 -0500 |
committer | Matthew Wilcox <mawilcox@microsoft.com> | Tue Feb 06 16:41:28 2018 -0500 |
tree | ee9906456c359338a5e159066d383697830ae17a | |
parent | 460488c58ca8b9167463ac22ec9a2e33db351962 [diff] |
idr: Rename idr_for_each_entry_ext Most places in the kernel that we need to distinguish functions by the type of their arguments, we use '_ul' as a suffix for the unsigned long variant, not '_ext'. Also add kernel-doc. Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com>