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:
parent
63bd68743e
commit
487bc1cf4a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=40935
1 changed files with 2 additions and 2 deletions
|
@ -208,9 +208,9 @@
|
|||
</sect1>
|
||||
|
||||
<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
|
||||
interesting from the device driver writer's standpoint. The
|
||||
methods to manipulate values in the device structure
|
||||
|
|
Loading…
Reference in a new issue