From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752253AbbEYLJT (ORCPT ); Mon, 25 May 2015 07:09:19 -0400 Received: from mail-wg0-f43.google.com ([74.125.82.43]:33137 "EHLO mail-wg0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751923AbbEYLJS (ORCPT ); Mon, 25 May 2015 07:09:18 -0400 Date: Mon, 25 May 2015 13:09:13 +0200 From: Ingo Molnar To: Martin =?utf-8?B?TGnFoWth?= Cc: Arnaldo Carvalho de Melo , linux-kernel@vger.kernel.org, Ingo Molnar , Paul Mackerras , Peter Zijlstra Subject: Re: [PATCH] perf: fix wrong DEBUG configuration Message-ID: <20150525110912.GA4236@gmail.com> References: <20150520131748.GC2955@kernel.org> <555C8C41.1080608@suse.cz> <20150520135333.GE2955@kernel.org> <20150520145506.GA15679@gmail.com> <555CB373.7090007@suse.cz> <20150521150536.GB13933@kernel.org> <20150522070250.GA30715@gmail.com> <5562D788.9000201@suse.cz> <20150525104708.GB30252@gmail.com> <556301D3.5040100@suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <556301D3.5040100@suse.cz> 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 * Martin Liška wrote: > >>Right optimize debugging experience is given by passing -Og to > >>compiler. Assign default value for pointers that are identified by > >>compiler as non-initialized. > > > >s/Right optimize debugging experience is given/ > > Correct debugging experience is given/ > Right debugging experience is given by passing -Og to compiler. So I fixed the spelling here once already :-/ If you want to use 'right' in this context then use it like this: The right debugging experience is given by ... Or you can use what I suggested first: Correct debugging experience is given by ... Thanks, Ingo