Message ID | 1558642464-9946-3-git-send-email-alan.mikhak@sifive.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | tools: PCI: Fix broken pcitest compilation | expand |
On Thu, 23 May 2019, Alan Mikhak wrote: > From: Alan Mikhak <alan.mikhak@sifive.com> > > Fixes: fbca0b284bd0 ("tools: PCI: Add 'h' in optstring of getopt()") Same comments here as on the other patch - please drop the From: line (since it's in the message header) and move the Fixes: line down with the Signed-off-by:. - Paul
diff --git a/tools/pci/pcitest.c b/tools/pci/pcitest.c index 6dce894667f6..6f1303104d84 100644 --- a/tools/pci/pcitest.c +++ b/tools/pci/pcitest.c @@ -223,7 +223,7 @@ int main(int argc, char **argv) "\t-r Read buffer test\n" "\t-w Write buffer test\n" "\t-c Copy buffer test\n" - "\t-s <size> Size of buffer {default: 100KB}\n", + "\t-s <size> Size of buffer {default: 100KB}\n" "\t-h Print this help message\n", argv[0]); return -EINVAL;