Remove EOL whitespace.

This commit is contained in:
Christian Brueffer 2015-06-18 16:29:11 +00:00
parent f66e4b93b7
commit cf28e39c96
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=284557
3 changed files with 8 additions and 8 deletions

View File

@ -67,7 +67,7 @@
.Fn pci_iov_schema_add_unicast_mac "nvlist_t *schema" "const char *name" \
"uint32_t flags" "const uint8_t *defaultVal"
.Sh DESCRIPTION
The PCI Single-Root I/O Virtualization
The PCI Single-Root I/O Virtualization
.Pq SR-IOV
configuration schema is a data
structure that describes the device-specific configuration parameters that a PF
@ -147,9 +147,9 @@ the VF was allowed to change its MAC address, it would not be appropriate to
set this parameter as optional.
The PF driver must either allow the MAC to change or not, so it would be more
appropriate for the PF driver to document the default behaviour by specifying
a default value in the schema
a default value in the schema
.Po or potentially force the user to make the choice by setting the parameter
to be required
to be required
.Pc .
.Pp
Configuration parameters that have security implications must default to the
@ -226,7 +226,7 @@ and having a
type.
Values of type
.Vt uint32_t
are unsigned integers in the range 0 to
are unsigned integers in the range 0 to
.Po 2**32 - 1 Pc ,
inclusive.
.Pp
@ -240,7 +240,7 @@ and having a
type.
Values of type
.Vt uint64_t
are unsigned integers in the range 0 to
are unsigned integers in the range 0 to
.Po 2**64 - 1 Pc ,
inclusive.
.Pp

View File

@ -117,7 +117,7 @@
.Ft ssize_t
.Fn sbuf_end_section "struct sbuf *s" "ssize_t old_len" "size_t pad" "int c"
.Ft void
.Fo sbuf_hexdump
.Fo sbuf_hexdump
.Fa "struct sbuf *sb"
.Fa "void *ptr"
.Fa "int length"

View File

@ -288,11 +288,11 @@ are enqueued on the taskqueue to finish.
Tasks posted to the taskqueue after
.Fn taskqueue_drain_all
begins processing,
including pending enqueues scheduled by a previous call to
including pending enqueues scheduled by a previous call to
.Fn taskqueue_enqueue_timeout ,
do not extend the wait time of
.Fn taskqueue_drain_all
and may complete after
and may complete after
.Fn taskqueue_drain_all
returns.
.Pp