Wrap a device_t instance in <structname> tags and

fix a false positive from igor.

Submitted by:	wblock
Approved by:	gjb (mentor)
This commit is contained in:
Rene Ladan 2013-02-11 10:53:20 +00:00
parent 63bd68743e
commit 487bc1cf4a
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=40935

View file

@ -208,9 +208,9 @@
</sect1> </sect1>
<sect1 id="isa-driver-device-t"> <sect1 id="isa-driver-device-t">
<title>Device_t Pointer</title> <title><structname>device_t</structname> Pointer</title>
<para><structname>Device_t</structname> is the pointer type for <para><structname>device_t</structname> is the pointer type for
the device structure. Here we consider only the methods the device structure. Here we consider only the methods
interesting from the device driver writer's standpoint. The interesting from the device driver writer's standpoint. The
methods to manipulate values in the device structure methods to manipulate values in the device structure