The patch titled megaraid: more kernel-doc fixes has been removed from the -mm tree. Its filename was megaraid-more-kernel-doc-fixes.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: megaraid: more kernel-doc fixes From: Randy Dunlap <randy.dunlap@xxxxxxxxxx> More megaraid kernel-doc fixes. Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/scsi/megaraid/mbox_defs.h | 2 +- drivers/scsi/megaraid/mega_common.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff -puN drivers/scsi/megaraid/mbox_defs.h~megaraid-more-kernel-doc-fixes drivers/scsi/megaraid/mbox_defs.h --- a/drivers/scsi/megaraid/mbox_defs.h~megaraid-more-kernel-doc-fixes +++ a/drivers/scsi/megaraid/mbox_defs.h @@ -748,7 +748,7 @@ typedef struct { /** - * private_bios_data - bios private data for boot devices + * struct private_bios_data - bios private data for boot devices * @geometry : bits 0-3 - BIOS geometry, 0x0001 - 1GB, 0x0010 - 2GB, * 0x1000 - 8GB, Others values are invalid * @unused : bits 4-7 are unused diff -puN drivers/scsi/megaraid/mega_common.h~megaraid-more-kernel-doc-fixes drivers/scsi/megaraid/mega_common.h --- a/drivers/scsi/megaraid/mega_common.h~megaraid-more-kernel-doc-fixes +++ a/drivers/scsi/megaraid/mega_common.h @@ -271,7 +271,7 @@ typedef struct { #define ASSERT(expression) #endif -/* +/** * struct mraid_pci_blk - structure holds DMA memory block info * @vaddr : virtual address to a memory block * @dma_addr : DMA handle to a memory block _ Patches currently in -mm which might be from randy.dunlap@xxxxxxxxxx are origin.patch git-alsa.patch qconf-immediately-update-integer-and-string-values-in-xconfig-display-take-2.patch git-mtd.patch parisc-fix-module_param-iommu-permission.patch git-scsi-misc.patch math-emu-setcc-avoid-gcc-extension.patch kernel-doc-allow-a-little-whitespace.patch sysrq-showblockedtasks-is-sysrq-w.patch sysrq-alphabetize-command-keys-doc.patch kernel-doc-allow-more-whitespace.patch discuss-a-couple-common-errors-in-kernel-doc-usage.patch docbook-add-edd-firmware-interfaces.patch kernel-doc-fix-some-odd-spacing-issues.patch extend-notifier_call_chain-to-count-nr_calls-made-fixes.patch reiser4-use-null-for-pointers.patch profile_likely-export-do_check_likely.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