OSDN Git Service

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)
commit3b1b1ce3596458de0d5c28309954886a9cb6d5cc
tree04ad605945c2faf48b248151751b12bf27d5c412
parentd2182b2d4b71ff0549a07f414d921525fade707b
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: 8b078c603249 ("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