diff options
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r-- | Documentation/DocBook/deviceiobook.tmpl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/DocBook/deviceiobook.tmpl b/Documentation/DocBook/deviceiobook.tmpl index 361c884d860d..9ee6f3cbb414 100644 --- a/Documentation/DocBook/deviceiobook.tmpl +++ b/Documentation/DocBook/deviceiobook.tmpl | |||
@@ -85,7 +85,7 @@ | |||
85 | 85 | ||
86 | <chapter id="mmio"> | 86 | <chapter id="mmio"> |
87 | <title>Memory Mapped IO</title> | 87 | <title>Memory Mapped IO</title> |
88 | <sect1> | 88 | <sect1 id="getting_access_to_the_device"> |
89 | <title>Getting Access to the Device</title> | 89 | <title>Getting Access to the Device</title> |
90 | <para> | 90 | <para> |
91 | The most widely supported form of IO is memory mapped IO. | 91 | The most widely supported form of IO is memory mapped IO. |
@@ -114,7 +114,7 @@ | |||
114 | </para> | 114 | </para> |
115 | </sect1> | 115 | </sect1> |
116 | 116 | ||
117 | <sect1> | 117 | <sect1 id="accessing_the_device"> |
118 | <title>Accessing the device</title> | 118 | <title>Accessing the device</title> |
119 | <para> | 119 | <para> |
120 | The part of the interface most used by drivers is reading and | 120 | The part of the interface most used by drivers is reading and |
@@ -272,9 +272,9 @@ CPU B: spin_unlock_irqrestore(&dev_lock, flags) | |||
272 | 272 | ||
273 | </chapter> | 273 | </chapter> |
274 | 274 | ||
275 | <chapter> | 275 | <chapter id="port_space_accesses"> |
276 | <title>Port Space Accesses</title> | 276 | <title>Port Space Accesses</title> |
277 | <sect1> | 277 | <sect1 id="port_space_explained"> |
278 | <title>Port Space Explained</title> | 278 | <title>Port Space Explained</title> |
279 | 279 | ||
280 | <para> | 280 | <para> |
@@ -291,7 +291,7 @@ CPU B: spin_unlock_irqrestore(&dev_lock, flags) | |||
291 | </para> | 291 | </para> |
292 | 292 | ||
293 | </sect1> | 293 | </sect1> |
294 | <sect1> | 294 | <sect1 id="accessing_port_space"> |
295 | <title>Accessing Port Space</title> | 295 | <title>Accessing Port Space</title> |
296 | <para> | 296 | <para> |
297 | Accesses to this space are provided through a set of functions | 297 | Accesses to this space are provided through a set of functions |