Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752993AbbBMOpZ (ORCPT ); Fri, 13 Feb 2015 09:45:25 -0500 Received: from mail.kernel.org ([198.145.29.136]:49418 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752441AbbBMOpX (ORCPT ); Fri, 13 Feb 2015 09:45:23 -0500 Date: Fri, 13 Feb 2015 11:45:46 -0300 From: Arnaldo Carvalho de Melo To: Yunlong Song Cc: a.p.zijlstra@chello.nl, paulus@samba.org, mingo@redhat.com, linux-kernel@vger.kernel.org, wangnan0@huawei.com Subject: Re: [PATCH 2/7] perf list: sort the output of 'perf list' to view more clearly Message-ID: <20150213144546.GQ24251@kernel.org> References: <1423833115-11199-1-git-send-email-yunlong.song@huawei.com> <1423833115-11199-3-git-send-email-yunlong.song@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1423833115-11199-3-git-send-email-yunlong.song@huawei.com> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 749 Lines: 24 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/