[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150407175709.GA25980@krava.redhat.com>
Date: Tue, 7 Apr 2015 19:57:09 +0200
From: Jiri Olsa <jolsa@...hat.com>
To: Taeung Song <treeze.taeung@...il.com>
Cc: Arnaldo Carvalho de Melo <acme@...nel.org>,
linux-kernel@...r.kernel.org, namhyung@...nel.org
Subject: Re: [PATCH 1/2] perf tools: Add 'perf-config' command
On Sun, Apr 05, 2015 at 02:41:27AM +0900, Taeung Song wrote:
SNIP
> + "perf config [options]",
> + NULL
> +};
> +static const struct option config_options[] = {
> + OPT_BOOLEAN('l', "list", ¶ms.list_action, "list up current configurations"),
> + OPT_END()
> +};
> +
> +static void check_argc(int argc, int min, int max)
seems like all callers have min == max, so there's no need for 2 params
jirka
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists