lkml.org 
[lkml]   [2009]   [Apr]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] ftrace: fix scripts/recordmcount.pl
Date
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


\
 
 \ /
  Last update: 2009-04-02 17:13    [W:0.075 / U:0.084 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site