Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tools: PCI: Add a missing option help line

Add a missing option help line for performing legacy interrupt test.

Signed-off-by: Stan Drozd <drozdziak1@gmail.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>

authored by

Stan Drozd and committed by
Bjorn Helgaas
e4758422 0c8a5f9d

+1
+1
tools/pci/pcitest.c
··· 173 173 "\t-D <dev> PCI endpoint test device {default: /dev/pci-endpoint-test.0}\n" 174 174 "\t-b <bar num> BAR test (bar number between 0..5)\n" 175 175 "\t-m <msi num> MSI test (msi number between 1..32)\n" 176 + "\t-l Legacy IRQ test\n" 176 177 "\t-r Read buffer test\n" 177 178 "\t-w Write buffer test\n" 178 179 "\t-c Copy buffer test\n"