The patch titled pnp: fix missing kernel-doc notation has been added to the -mm tree. Its filename is pnp-fix-missing-kernel-doc-notation.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: pnp: fix missing kernel-doc notation From: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Fix missing PNP kernel-doc notation: Warning(linux-2.6.25-git16//drivers/pnp/manager.c:261): No description found for parameter 'dev' Warning(linux-2.6.25-git16//drivers/pnp/manager.c:292): No description found for parameter 'dev' Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Cc: Bjorn Helgaas <bjorn.helgaas@xxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/pnp/manager.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN drivers/pnp/manager.c~pnp-fix-missing-kernel-doc-notation drivers/pnp/manager.c --- a/drivers/pnp/manager.c~pnp-fix-missing-kernel-doc-notation +++ a/drivers/pnp/manager.c @@ -255,7 +255,7 @@ void pnp_init_resource(struct resource * /** * pnp_init_resources - Resets a resource table to default values. - * @table: pointer to the desired resource table + * @dev: pointer to the owning &pnp_dev */ void pnp_init_resources(struct pnp_dev *dev) { @@ -286,7 +286,7 @@ void pnp_init_resources(struct pnp_dev * /** * pnp_clean_resources - clears resources that were not manually set - * @res: the resources to clean + * @dev: &pnp_dev for the resources to clean */ static void pnp_clean_resource_table(struct pnp_dev *dev) { _ Patches currently in -mm which might be from randy.dunlap@xxxxxxxxxx are origin.patch sysfs-sysfs_update_group-stub-for-config_sysfs=n.patch docbook-fix-vmalloc-missing-parameter-notation.patch pnp-fix-printk-format-warnings.patch pnp-fix-missing-kernel-doc-notation.patch x86-fix-setup-printk-format-warning.patch git-kvm.patch 8390-split-8390-support-into-a-pausing-and-a-non-pausing-driver-core.patch e1000e-make-e1000e-default-to-the-same-kconfig-setting-as-e1000.patch git-ocfs2.patch git-sched.patch git-unionfs.patch fix-gregkh-usb-usb-isp1760-hcd-driver.patch uwb-fix-kconfig-causing-undefined-references.patch uwb-fix-all-printk-format-warnings.patch docbook-some-kernel-locking-fixes.patch documentation-build-source-files-in-documentation-sub-dir.patch documentation-build-source-files-in-documentation-sub-dir-disable.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