Re: [PATCH 2/7] perf list: sort the output of 'perf list' to view more clearly

From: Arnaldo Carvalho de Melo
Date: Fri Feb 13 2015 - 09:45:28 EST


Em Fri, Feb 13, 2015 at 09:11:50PM +0800, Yunlong Song escreveu:
> return;
> +
> + if (evt_num_known) {
> + evt_list = zalloc(sizeof(char *) * evt_num);
> + if (!evt_list)
> + goto out_enomem;
> + }

I am fixing this up this time, but please use either
scripts/checkpatch.pl or enable the pre commit hooks in your git
configuration:

chmod +x .git/hooks/*

So that those spaces at the beginning of the line, indentation artifacts
don't get submitted, ok?

- Arnaldo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/