Skip to content

Commit

Permalink
Add recommended section IDs to deviceiobook.tmpl
Browse files Browse the repository at this point in the history
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@landley.net>
Cc: "Randy.Dunlap" <rdunlap@xenotime.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Rob Landley authored and Linus Torvalds committed Oct 17, 2007
1 parent 8d63494 commit 541ceb3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Documentation/DocBook/deviceiobook.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -272,9 +272,9 @@ CPU B: spin_unlock_irqrestore(&amp;dev_lock, flags)

</chapter>

<chapter>
<chapter id="port_space_accesses">
<title>Port Space Accesses</title>
<sect1>
<sect1 id="port_space_explained">
<title>Port Space Explained</title>

<para>
Expand All @@ -291,7 +291,7 @@ CPU B: spin_unlock_irqrestore(&amp;dev_lock, flags)
</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
Expand Down

0 comments on commit 541ceb3

Please sign in to comment.