Commit 70074268 authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] two trivial doc fixeds

The _ isnt allowed in a docbook id
parent 67b2dcc3
...@@ -60,7 +60,7 @@ of important structures for the scsi subsystem. ...@@ -60,7 +60,7 @@ of important structures for the scsi subsystem.
</para> </para>
</chapter> </chapter>
<chapter id="driver_struct"> <chapter id="driver-struct">
<title>Driver structure</title> <title>Driver structure</title>
<para> <para>
Traditionally a lower level driver for the scsi subsystem has been Traditionally a lower level driver for the scsi subsystem has been
......
...@@ -243,7 +243,7 @@ Simple example, of poor code: ...@@ -243,7 +243,7 @@ Simple example, of poor code:
if (!dev) if (!dev)
return -ENODEV; return -ENODEV;
#ifdef CONFIG_NET_FUNKINESS #ifdef CONFIG_NET_FUNKINESS
init_funky_net(dev); init_funky_net(dev);
#endif #endif
Cleaned-up example: Cleaned-up example:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment