diff mbox

tools/pci: Add a missing option help line

Message ID 20170816101702.GA22874@gmail.com
State Not Applicable
Headers show

Commit Message

Stan Drozd Aug. 16, 2017, 10:17 a.m. UTC
Signed-off-by: Stan Drozd <drozdziak1@gmail.com>
---
 tools/pci/pcitest.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Kishon Vijay Abraham I Aug. 16, 2017, 2:22 p.m. UTC | #1
On Wednesday 16 August 2017 03:47 PM, Stan Drozd wrote:
> Signed-off-by: Stan Drozd <drozdziak1@gmail.com>

Thank you for the patch. I'll let you know once I queue it.

Thanks
Kishon

> ---
>  tools/pci/pcitest.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/tools/pci/pcitest.c b/tools/pci/pcitest.c
> index ad54a58d7dda..eece9d1124b6 100644
> --- a/tools/pci/pcitest.c
> +++ b/tools/pci/pcitest.c
> @@ -173,6 +173,7 @@ int main(int argc, char **argv)
>  			"\t-D <dev>		PCI endpoint test device {default: /dev/pci-endpoint-test.0}\n"
>  			"\t-b <bar num>		BAR test (bar number between 0..5)\n"
>  			"\t-m <msi num>		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"
>
diff mbox

Patch

diff --git a/tools/pci/pcitest.c b/tools/pci/pcitest.c
index ad54a58d7dda..eece9d1124b6 100644
--- a/tools/pci/pcitest.c
+++ b/tools/pci/pcitest.c
@@ -173,6 +173,7 @@  int main(int argc, char **argv)
 			"\t-D <dev>		PCI endpoint test device {default: /dev/pci-endpoint-test.0}\n"
 			"\t-b <bar num>		BAR test (bar number between 0..5)\n"
 			"\t-m <msi num>		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"