Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp7560598ybi; Wed, 5 Jun 2019 20:35:56 -0700 (PDT) X-Google-Smtp-Source: APXvYqxdbH0lXjvG24q7wTTldVtKWpkMeMdDwxhwyLyo9pUyburdhahwsfx0fPsXUiAjQaSutgBL X-Received: by 2002:a17:90a:26ef:: with SMTP id m102mr6772274pje.50.1559792156507; Wed, 05 Jun 2019 20:35:56 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1559792156; cv=none; d=google.com; s=arc-20160816; b=jV54rbNGMI8Qc1cU8BT0dkxHQ4gArVPJ+Gd1FHMnZYfEGu2lfKitr1hiizGQNcWPg/ Zft1fbJT72B33eMn5uDUPsjtozkHDNdA6J0caL+JSu2G+xzOdbDqGBg+B1/+QxhKZftA 5/i/IWocE8TBeyusr2gd+nuCL7kzz9pPj88lPVQM1Le1/9ucORtZtDVFJi48CZaFOPRa Q5r07UVWUL8R7rDAqULxR7Uf1RLiDwOctWFyYojlUw/ncn26NtnjHQ7+UsTzjmZ3mfNX a8DiD5pHjCYy6lZY8dMw7bndbdP0fSUiIMXEqzk4fwoMm74Jzbz4PRelKbLMZ7K6tIgz Lqjg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=02FuCaCBIke7oUZv1aVY6xgJBMV/GB1fngrsZGQjDis=; b=OgaH014ZVUPOAI7wRMX2qUggB+k+HWSOJYiqjHas2T+tTY1nN2in5BMpMWUm77NJXQ Qsy+s+1Vtf54iURGAmul+jG0tMbVfx0JsOwuBbpyR1RiE8Mam4PEcM/SwAmk4uv6J7Dr Y/kYM4b5mK73i0ePheb4Am/1+jq37yw/hUrLqsLx07UFosse2AyQt7PIqLJDpSN9565g XdqCGwRbInTjoiSAxsTUWGKjgbi27W+WxD4Qrckz/NriXMwDwq+zfHXuPB902d4i1DWS mUasYs8iQ6W17L/r5WogT6W2mIZBAhVYAXmLrTwklY3mTCAdWx8KEKZFXXyw717L7/g2 JzrA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 59si543904plp.158.2019.06.05.20.35.39; Wed, 05 Jun 2019 20:35:56 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726613AbfFFDee (ORCPT + 99 others); Wed, 5 Jun 2019 23:34:34 -0400 Received: from ozlabs.ru ([107.173.13.209]:53092 "EHLO ozlabs.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726331AbfFFDee (ORCPT ); Wed, 5 Jun 2019 23:34:34 -0400 X-Greylist: delayed 514 seconds by postgrey-1.27 at vger.kernel.org; Wed, 05 Jun 2019 23:34:34 EDT Received: from fstn1-p1.ozlabs.ibm.com (localhost [IPv6:::1]) by ozlabs.ru (Postfix) with ESMTP id 4315FAE80017; Wed, 5 Jun 2019 23:25:59 -0400 (EDT) From: Alexey Kardashevskiy To: linux-kernel@vger.kernel.org Cc: Alexey Kardashevskiy , linux-doc@vger.kernel.org, Bjorn Helgaas , linux-pci@vger.kernel.org Subject: PCI: Correct the resource_alignment parameter example Date: Thu, 6 Jun 2019 13:25:57 +1000 Message-Id: <20190606032557.107542-1-aik@ozlabs.ru> X-Mailer: git-send-email 2.17.1 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The option description requires an order and so does the option parsing code, however the example uses a size, fix this. Fixes: 8b078c603249 ("PCI: Update "pci=resource_alignment" documentation") Signed-off-by: Alexey Kardashevskiy --- Documentation/admin-guide/kernel-parameters.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt index 2b8ee90bb644..dcb53d64ad74 100644 --- a/Documentation/admin-guide/kernel-parameters.txt +++ b/Documentation/admin-guide/kernel-parameters.txt @@ -3340,27 +3340,28 @@ resource_alignment= Format: [@][; ...] Specifies alignment and device to reassign aligned memory resources. How to specify the device is described above. If is not specified, PAGE_SIZE is used as alignment. PCI-PCI bridge can be specified, if resource windows need to be expanded. To specify the alignment for several instances of a device, the PCI vendor, device, subvendor, and subdevice may be - specified, e.g., 4096@pci:8086:9c22:103c:198f + specified, e.g., 12@pci:8086:9c22:103c:198f + for the 4096 alignment. ecrc= Enable/disable PCIe ECRC (transaction layer end-to-end CRC checking). bios: Use BIOS/firmware settings. This is the the default. off: Turn ECRC off on: Turn ECRC on. hpiosize=nn[KMG] The fixed amount of bus space which is reserved for hotplug bridge's IO window. Default size is 256 bytes. hpmemsize=nn[KMG] The fixed amount of bus space which is reserved for hotplug bridge's memory window. Default size is 2 megabytes. hpbussize=nn The minimum amount of additional bus numbers -- 2.17.1