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.
</para>
</chapter>
<chapter id="driver_struct">
<chapter id="driver-struct">
<title>Driver structure</title>
<para>
Traditionally a lower level driver for the scsi subsystem has been
......
......@@ -243,7 +243,7 @@ Simple example, of poor code:
if (!dev)
return -ENODEV;
#ifdef CONFIG_NET_FUNKINESS
init_funky_net(dev);
init_funky_net(dev);
#endif
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