The patch titled rapidio: fix kerneldoc for rio_mem_ops has been removed from the -mm tree. Its filename was rapidio-fix-kerneldoc-for-rio_mem_ops.patch This patch was dropped because it is obsolete The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: rapidio: fix kerneldoc for rio_mem_ops From: Jiri Slaby <jirislaby@xxxxxxxxx> Add structure name to the kerneldoc comment, so that we won't get a kdoc error: Error(include/linux/rio.h:336): cannot understand prototype: 'struct rio_mem_ops' Signed-off-by: Jiri Slaby <jirislaby@xxxxxxxxx> Acked-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/rio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN include/linux/rio.h~rapidio-fix-kerneldoc-for-rio_mem_ops include/linux/rio.h --- a/include/linux/rio.h~rapidio-fix-kerneldoc-for-rio_mem_ops +++ a/include/linux/rio.h @@ -327,7 +327,7 @@ extern struct resource rio_resource; #define release_rio_region(start, n) __release_region(&rio_resource, (start), (n)) /** - * Struct for RIO memory definition. + * struct rio_mem_ops - struct for RIO memory definition. * @map_inb: The function for mapping inbound memory window. * @map_outb: The function for mapping outbound memory window. * @unmap_inb: The function for unmapping inbound memory window. _ Patches currently in -mm which might be from jirislaby@xxxxxxxxx are origin.patch linux-next.patch icom-converting-space-to-tabs.patch rapidio-fix-kerneldoc-for-rio_mem_ops.patch reiser4.patch shrink_slab-handle-bad-shrinkers.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html