The patch titled libata: add missing kernel-doc has been removed from the -mm tree. Its filename was libata-add-missing-kernel-doc.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: libata: add missing kernel-doc From: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Fix libata missing kernel-doc: Warning(lin2628-rc2//drivers/ata/libata-core.c:4562): No description found for parameter 'tag' Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/ata/libata-core.c | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/ata/libata-core.c~libata-add-missing-kernel-doc drivers/ata/libata-core.c --- a/drivers/ata/libata-core.c~libata-add-missing-kernel-doc +++ a/drivers/ata/libata-core.c @@ -4553,6 +4553,7 @@ void swap_buf_le16(u16 *buf, unsigned in /** * ata_qc_new_init - Request an available ATA command, and initialize it * @dev: Device from whom we request an available command structure + * @tag: command tag * * LOCKING: * None. _ Patches currently in -mm which might be from randy.dunlap@xxxxxxxxxx are origin.patch docbook-fix-command-spacing.patch docs-fix-managementstyle-book-name.patch i2o-fix-kernel-doc-warnings.patch mm-fix-kernel-doc-function-notation.patch fs-remove-excess-kernel-doc.patch linux-next.patch fujitsu-laptop-fix-section-mismatch-warning.patch acpi-compal-laptop-use-rfkill-switch-subsystem-fix.patch kgdb-fix-kernel-doc-error.patch audit-remove-excess-kernel-doc.patch genksyms-track-symbol-checksum-changes.patch genksyms-allow-to-ignore-symbol-checksum-changes.patch lkdtm-fix-for-config_scsi=n.patch e1000e-make-e1000e-default-to-the-same-kconfig-setting-as-e1000.patch gdth-fix-section-mismatch-warnings.patch esp-fix-section-mismatch-warning.patch scsi-ioctl-fix-kernel-doc-warning.patch block-remove-excess-kernel-doc.patch fs-fix-inodec-kernel-doc-warnings.patch mm-cleanup-to-make-remove_memory-arch-neutral-fix-fix.patch profile-likely-unlikely-macros.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