From: Stan Drozd Date: Fri, 18 Aug 2017 14:58:10 +0000 (+0530) Subject: tools: PCI: Add a missing option help line X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e475842232042b0581b5488105fc17adef8fcff8;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git tools: PCI: Add a missing option help line Add a missing option help line for performing legacy interrupt test. Signed-off-by: Stan Drozd Signed-off-by: Kishon Vijay Abraham I Signed-off-by: Bjorn Helgaas --- diff --git a/tools/pci/pcitest.c b/tools/pci/pcitest.c index ad54a58d7dda..9074b477bff0 100644 --- a/tools/pci/pcitest.c +++ b/tools/pci/pcitest.c @@ -173,6 +173,7 @@ usage: "\t-D PCI endpoint test device {default: /dev/pci-endpoint-test.0}\n" "\t-b BAR test (bar number between 0..5)\n" "\t-m MSI test (msi number between 1..32)\n" + "\t-l Legacy IRQ test\n" "\t-r Read buffer test\n" "\t-w Write buffer test\n" "\t-c Copy buffer test\n"