The patch titled Add recommended section IDs to deviceiobook.tmpl has been added to the -mm tree. Its filename is add-recommended-section-ids-to-deviceiobooktmpl.patch *** 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 ------------------------------------------------------ Subject: Add recommended section IDs to deviceiobook.tmpl From: Rob Landley <rob@xxxxxxxxxxx> Add recommended section ID tags to deviceiobook.tmpl Because otherwise the link #anchors in the html vary from build to build. Signed-off-by: Rob Landley <rob@xxxxxxxxxxx> Cc: "Randy.Dunlap" <rdunlap@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- Documentation/DocBook/deviceiobook.tmpl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff -puN Documentation/DocBook/deviceiobook.tmpl~add-recommended-section-ids-to-deviceiobooktmpl Documentation/DocBook/deviceiobook.tmpl --- a/Documentation/DocBook/deviceiobook.tmpl~add-recommended-section-ids-to-deviceiobooktmpl +++ a/Documentation/DocBook/deviceiobook.tmpl @@ -85,7 +85,7 @@ <chapter id="mmio"> <title>Memory Mapped IO</title> - <sect1> + <sect1 id="getting_access_to_the_device"> <title>Getting Access to the Device</title> <para> The most widely supported form of IO is memory mapped IO. @@ -114,7 +114,7 @@ </para> </sect1> - <sect1> + <sect1 id="accessing_the_device"> <title>Accessing the device</title> <para> The part of the interface most used by drivers is reading and @@ -272,9 +272,9 @@ CPU B: spin_unlock_irqrestore(&dev_ </chapter> - <chapter> + <chapter id="port_space_accesses"> <title>Port Space Accesses</title> - <sect1> + <sect1 id="port_space_explained"> <title>Port Space Explained</title> <para> @@ -291,7 +291,7 @@ CPU B: spin_unlock_irqrestore(&dev_ </para> </sect1> - <sect1> + <sect1 id="accessing_port_space"> <title>Accessing Port Space</title> <para> Accesses to this space are provided through a set of functions _ Patches currently in -mm which might be from rob@xxxxxxxxxxx are git-arm.patch git-scsi-misc.patch docs-ramdisk-initrd-initramfs-corrections.patch documentation-make-headers_installtxt.patch documentation-add-entries-to-filesystems-00-index-for-several-untracked-files.patch add-a-missing-00-index-file-for-documentation-vm.patch add-a-00-index-file-to-documentation-mips.patch add-a-00-index-file-to-documentation-sysctl.patch add-a-00-index-file-to-documentation-telephony.patch tweak-documentation-sm501txt.patch add-missing-entries-to-top-level-documentation-00-index.patch add-documentation-w1w1-masters-00-index.patch add-entries-to-documentation-powerpc.patch add-documentation-power-00-index.patch add-recommended-section-ids-to-deviceiobooktmpl.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