From: tom.leiming@gmail.com
To: srostedt@redhat.com
Cc: linux-kernel@vger.kernel.org, mingo@elte.hu,
Ming Lei <tom.leiming@gmail.com>
Subject: [PATCH] ftrace: fix scripts/recordmcount.pl
Date: Thu, 2 Apr 2009 23:10:46 +0800 [thread overview]
Message-ID: <1238685046-6477-1-git-send-email-tom.leiming@gmail.com> (raw)
From: Ming Lei <tom.leiming@gmail.com>
$#ARGV should be nine ,and fix the usage print info.
Signed-off-by: Ming Lei <tom.leiming@gmail.com>
---
scripts/recordmcount.pl | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/recordmcount.pl b/scripts/recordmcount.pl
index fe83141..a56c107 100755
--- a/scripts/recordmcount.pl
+++ b/scripts/recordmcount.pl
@@ -100,8 +100,8 @@ $P =~ s@.*/@@g;
my $V = '0.1';
-if ($#ARGV < 6) {
- print "usage: $P arch objdump objcopy cc ld nm rm mv inputfile\n";
+if ($#ARGV < 9) {
+ print "usage: $P arch bits objdump objcopy cc ld nm rm mv inputfile\n";
print "version: $V\n";
exit(1);
}
--
1.6.0.GIT
reply other threads:[~2009-04-02 15:11 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1238685046-6477-1-git-send-email-tom.leiming@gmail.com \
--to=tom.leiming@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=srostedt@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®