docs - Fix errors,warnings from document generation

ERROR: Unexpected indentation.
WARNING: Field list ends without a blank line; unexpected unindent.
WARNING: Block quote ends without a blank line; unexpected unindent.

Partial-Bug: #1351350

Change-Id: If13b5c533cf9a1e8f543b8f679c464c0dc007a30
This commit is contained in:
Davanum Srinivas 2014-08-07 19:22:26 -04:00 committed by Davanum Srinivas (dims)
parent 0e4fc86b46
commit a3d274303e
2 changed files with 6 additions and 4 deletions

View File

@ -44,7 +44,7 @@ class Resource(object):
:param limits: limits to apply
:returns: None if the test passes or a string describing the reason
why the test failed
why the test failed
"""
pass

View File

@ -49,9 +49,11 @@ class PciAddress(object):
This class checks the address fields of the pci_passthrough_whitelist
configuration option, validating the address fields.
Example config are:
pci_passthrough_whitelist = {"address":"*:0a:00.*",
"physical_network":"physnet1"}
pci_passthrough_whitelist = {"address":":0a:00.",
| pci_passthrough_whitelist = {"address":"*:0a:00.*",
| "physical_network":"physnet1"}
| pci_passthrough_whitelist = {"address":":0a:00.",
This function class will validate the address fields, check for wildcards,
and insert wildcards where the field is left blank.
"""