Commit 7fa9481b authored by Jeff Garzik's avatar Jeff Garzik

[docbook] fix docbook build, by closing several unclosed tags

parent 7bfb4c62
......@@ -209,7 +209,7 @@ static int skel_probe(struct usb_interface *interface,
The driver now needs to verify that this device is actually one that it
can accept. If so, it returns 0.
If not, or if any error occurs during initialization, an errorcode
(such as <literal>-ENOMEM<literal> or <literal>-ENODEV<literal>)
(such as <literal>-ENOMEM</literal> or <literal>-ENODEV</literal>)
is returned from the probe function.
</para>
<para>
......@@ -326,7 +326,7 @@ if (!retval) {
When the user program releases the file handle that it has been using to
talk to the device, the release function in the driver is called. In this
function we decrement our private usage count and wait for possible
pending writes:
pending writes: </para>
<programlisting>
/* decrement our usage count for the device */
--skel->open_count;
......
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