The patch titled add missing desctiption in super.c has been added to the -mm tree. Its filename is add-missing-desctiption-in-superc.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: add missing desctiption in super.c From: Henrik Kretzschmar <henne@xxxxxxxxxxxxxxxx> Adds kernel-doc for alloc_super() type in fs/super.c. Signed-off-by: Henrik Kretzschmar <henne@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- fs/super.c | 1 + 1 files changed, 1 insertion(+) diff -puN fs/super.c~add-missing-desctiption-in-superc fs/super.c --- a/fs/super.c~add-missing-desctiption-in-superc +++ a/fs/super.c @@ -49,6 +49,7 @@ DEFINE_SPINLOCK(sb_lock); /** * alloc_super - create new superblock + * @type: filesystem type superblock should belong to * * Allocates and initializes a new &struct super_block. alloc_super() * returns a pointer new superblock or %NULL if allocation had failed. _ Patches currently in -mm which might be from henne@xxxxxxxxxxxxxxxx are kerneldoc-for-handle_bad_irq.patch documentation-for-lock_key-in-struct-hrtimer_base.patch add-missing-desctiption-in-superc.patch git-libata-all.patch git-netdev-all.patch git-net.patch git-scsi-misc.patch pci_module_init-conversion-in-scsi-subsys-2nd-try.patch docbook-fix-segfault-in-docprocc.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