Commit 7e986ee5 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

[PATCH] USB: fix up missing </para> in usb documentation.

This fixes build problem.
parent 52929253
...@@ -327,6 +327,7 @@ if (!retval) { ...@@ -327,6 +327,7 @@ if (!retval) {
talk to the device, the release function in the driver is called. In this 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 function we decrement our private usage count and wait for possible
pending writes: pending writes:
</para>
<programlisting> <programlisting>
/* decrement our usage count for the device */ /* decrement our usage count for the device */
--skel->open_count; --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