]> git.baikalelectronics.ru Git - kernel.git/commit
PCI: Correct pci=resource_alignment parameter example
authorAlexey Kardashevskiy <aik@ozlabs.ru>
Thu, 6 Jun 2019 03:25:57 +0000 (13:25 +1000)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 8 Aug 2019 20:12:35 +0000 (15:12 -0500)
commit8973e9ab1f6e98ff81b4ad3c08887963a691d04f
tree04ad605945c2faf48b248151751b12bf27d5c412
parentccc5a9f697609ca4957747e6ac9d456beca57b93
PCI: Correct pci=resource_alignment parameter example

The "pci=resource_alignment" parameter is described as requiring an order
(not a size) and the code in pci_specified_resource_alignment() expects an
order.

But the example wrongly shows a size.  Convert the example to an order.

Fixes: 9067d2366a65 ("PCI: Update "pci=resource_alignment" documentation")
Link: https://lore.kernel.org/r/20190606032557.107542-1-aik@ozlabs.ru
Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Documentation/admin-guide/kernel-parameters.txt