aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/DocBook/uio-howto.tmpl14
1 files changed, 7 insertions, 7 deletions
diff --git a/Documentation/DocBook/uio-howto.tmpl b/Documentation/DocBook/uio-howto.tmpl
index 1fdc246e4256..cd0e452dfed5 100644
--- a/Documentation/DocBook/uio-howto.tmpl
+++ b/Documentation/DocBook/uio-howto.tmpl
@@ -719,7 +719,7 @@ framework to set up sysfs files for this region. Simply leave it alone.
719 </para> 719 </para>
720</sect1> 720</sect1>
721 721
722<sect1 id="using uio_dmem_genirq"> 722<sect1 id="using-uio_dmem_genirq">
723<title>Using uio_dmem_genirq for platform devices</title> 723<title>Using uio_dmem_genirq for platform devices</title>
724 <para> 724 <para>
725 In addition to statically allocated memory ranges, they may also be 725 In addition to statically allocated memory ranges, they may also be
@@ -746,16 +746,16 @@ framework to set up sysfs files for this region. Simply leave it alone.
746 following elements: 746 following elements:
747 </para> 747 </para>
748 <itemizedlist> 748 <itemizedlist>
749 <listitem><varname>struct uio_info uioinfo</varname>: The same 749 <listitem><para><varname>struct uio_info uioinfo</varname>: The same
750 structure used as the <varname>uio_pdrv_genirq</varname> platform 750 structure used as the <varname>uio_pdrv_genirq</varname> platform
751 data</listitem> 751 data</para></listitem>
752 <listitem><varname>unsigned int *dynamic_region_sizes</varname>: 752 <listitem><para><varname>unsigned int *dynamic_region_sizes</varname>:
753 Pointer to list of sizes of dynamic memory regions to be mapped into 753 Pointer to list of sizes of dynamic memory regions to be mapped into
754 user space. 754 user space.
755 </listitem> 755 </para></listitem>
756 <listitem><varname>unsigned int num_dynamic_regions</varname>: 756 <listitem><para><varname>unsigned int num_dynamic_regions</varname>:
757 Number of elements in <varname>dynamic_region_sizes</varname> array. 757 Number of elements in <varname>dynamic_region_sizes</varname> array.
758 </listitem> 758 </para></listitem>
759 </itemizedlist> 759 </itemizedlist>
760 <para> 760 <para>
761 The dynamic regions defined in the platform data will be appended to 761 The dynamic regions defined in the platform data will be appended to