Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757033AbdLWOsk (ORCPT ); Sat, 23 Dec 2017 09:48:40 -0500 Received: from perfectintelligent.com ([208.90.184.216]:44092 "EHLO etuitionteacher.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751295AbdLWOsj (ORCPT ); Sat, 23 Dec 2017 09:48:39 -0500 Message-ID: <1514040474.9818.10.camel@perfectintelligent.com> Subject: [PATCH] perf tools: Fix old email address From: Jaswinder Singh Rajput Reply-To: jaswinder@perfectintelligent.com To: Peter Zijlstra , Ingo Molnar , Arnaldo Carvalho de Melo , Alexander Shishkin , Jiri Olsa , NamhyungKim , LKML Date: Sat, 23 Dec 2017 20:17:54 +0530 Organization: Perfect Intelligent Systems Pvt Ltd Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.20.5 (3.20.5-1.fc24) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 966 Lines: 28 jaswinder@kernel.org is old email and not in use. Cc: Peter Zijlstra Cc: Ingo Molnar Cc: Arnaldo Carvalho de Melo Cc: Alexander Shishkin Cc: Jiri Olsa Cc: Namhyung Kim Signed-off-by: Jaswinder Singh Rajput --- tools/perf/builtin-stat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/perf/builtin-stat.c b/tools/perf/builtin-stat.c index 59af5a8..dfb2159 100644 --- a/tools/perf/builtin-stat.c +++ b/tools/perf/builtin-stat.c @@ -36,7 +36,7 @@ * Wu Fengguang * Mike Galbraith * Paul Mackerras - * Jaswinder Singh Rajput + * Jaswinder Singh Rajput * * Released under the GPL v2. (and only v2, not any later version) */ -- 2.7.5