The patch titled parport: add to kernel-doc has been removed from the -mm tree. Its filename is parport-add-to-kernel-doc.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: parport: add to kernel-doc From: Randy Dunlap <rdunlap@xxxxxxxxxxxx> Add parport interfaces to kernel-doc template. Small doc. cleanups in 2 parport source files. Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- Documentation/DocBook/kernel-api.tmpl | 9 ++++++++- drivers/parport/daisy.c | 2 +- drivers/parport/share.c | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff -puN Documentation/DocBook/kernel-api.tmpl~parport-add-to-kernel-doc Documentation/DocBook/kernel-api.tmpl --- a/Documentation/DocBook/kernel-api.tmpl~parport-add-to-kernel-doc +++ a/Documentation/DocBook/kernel-api.tmpl @@ -436,7 +436,6 @@ X!Edrivers/pnp/system.c </sect1> </chapter> - <chapter id="blkdev"> <title>Block Devices</title> !Eblock/ll_rw_blk.c @@ -447,6 +446,14 @@ X!Edrivers/pnp/system.c !Edrivers/char/misc.c </chapter> + <chapter id="parportdev"> + <title>Parallel Port Devices</title> +!Iinclude/linux/parport.h +!Edrivers/parport/ieee1284.c +!Edrivers/parport/share.c +!Idrivers/parport/daisy.c + </chapter> + <chapter id="viddev"> <title>Video4Linux</title> !Edrivers/media/video/videodev.c diff -puN drivers/parport/daisy.c~parport-add-to-kernel-doc drivers/parport/daisy.c --- a/drivers/parport/daisy.c~parport-add-to-kernel-doc +++ a/drivers/parport/daisy.c @@ -283,7 +283,7 @@ void parport_close (struct pardevice *de * * This tries to locate a device on the given parallel port, * multiplexor port and daisy chain address, and returns its - * device number or -NXIO if no device with those coordinates + * device number or %-ENXIO if no device with those coordinates * exists. **/ diff -puN drivers/parport/share.c~parport-add-to-kernel-doc drivers/parport/share.c --- a/drivers/parport/share.c~parport-add-to-kernel-doc +++ a/drivers/parport/share.c @@ -218,7 +218,7 @@ static void free_port (struct parport *p * parport_get_port - increment a port's reference count * @port: the port * - * This ensure's that a struct parport pointer remains valid + * This ensures that a struct parport pointer remains valid * until the matching parport_put_port() call. **/ _ Patches currently in -mm which might be from rdunlap@xxxxxxxxxxxx are origin.patch git-kbuild.patch git-pcmcia.patch lpfc-sparse-null-warnings.patch aic7-cleanup-module_parm_desc-strings.patch qla1280-fix-section-mismatch-warnings.patch areca-raid-linux-scsi-driver.patch git-watchdog.patch add-poisonh-and-patch-primary-users.patch update-2-drivers-for-poisonh.patch poison-add-use-more-constants.patch pi-futex-rt-mutex-docs-update.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