Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp623509pxb; Wed, 18 Nov 2020 12:50:32 -0800 (PST) X-Google-Smtp-Source: ABdhPJwFDKtEYxRL0dlzxW0GH/pr94vSRSgRQgvhpa6uWyXky8RlYbq6Emmx9FjZ0fGPwZHvTIB/ X-Received: by 2002:a17:906:3ac4:: with SMTP id z4mr25501681ejd.92.1605732631854; Wed, 18 Nov 2020 12:50:31 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1605732631; cv=none; d=google.com; s=arc-20160816; b=sLQaf4nfZc+5nOtre+BK8YaRFpzob+D+apG1q4mkZifVIe3r0L/AjNyJsQOZAy9dXL a47KHF4NZ2BRue0c1qBV37ke1/JHpC/60DBPXciDn/BZ4ObMTppWc5/Jk5f+XGWAUCVO Q8G2QU7z7tq1CnC0k441u0E133atWrLEUdqAz8JnfmJwtEW639qmmxdqP8PA3mIxSVEA BkIl3An3WTCeVPKzkZbfrdpEycv12ATOnouJXzy5HiaTH/vAoF67sSwXPb71KgPeqk/m Pu6POzUKfDCwDxkPBG6Rh8NeQEdznTmjdwp/Cy+gtY9fQQzcIO2wQhnYEORZ7jnKtsmr R/nw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=Gmn9WoSAuN+ZJjZPOe3qZzXt6xhGyzpsU2qXRea0W1M=; b=e5Go0yf5CgbbmhMbAazX4aoX7hs9xcu9yknXaOr1VTEXRyrq3QjFPMW4a+KorgAtFU WQOaRVplg+KgpqObeo45FcfeIcGGkRzYnJcsdIJldReYZrS61f5m6luWpPwAjZeLLL7G FruZ3TIEWYhAOmqCHaTdKO5lWlWB3uUA+5hgKFiSv7wSHH5kblN+lE4NaW5slwYxA/Nz njUpPW/eGotBg583urmG1UjVjUmWJG5VYhN/mGyL9n9i0mGDg4P61B/zW8WJMuBRM1S6 MKlADuuR4m4JlYo7LYDaepnLHDvjgo2J/LyKvTYgrUZTzTktp/I3UY8h/FVvHk2UYLIn 5zZQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id n19si17477040edv.187.2020.11.18.12.50.09; Wed, 18 Nov 2020 12:50:31 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727406AbgKRUsH (ORCPT + 99 others); Wed, 18 Nov 2020 15:48:07 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41384 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726416AbgKRUsH (ORCPT ); Wed, 18 Nov 2020 15:48:07 -0500 Received: from ms.lwn.net (ms.lwn.net [IPv6:2600:3c01:e000:3a1::42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 69840C0613D4; Wed, 18 Nov 2020 12:48:07 -0800 (PST) Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id DF9EE1F5B; Wed, 18 Nov 2020 20:48:06 +0000 (UTC) Date: Wed, 18 Nov 2020 13:48:05 -0700 From: Jonathan Corbet To: Tiezhu Yang Cc: Jason Wessel , Daniel Thompson , Douglas Anderson , kgdb-bugreport@lists.sourceforge.net, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Xuefeng Li , Sergei Shtylyov Subject: Re: [PATCH] Documentation: kgdb: Fix a typo Message-ID: <20201118134805.7304a9bf@lwn.net> In-Reply-To: <1605519767-25502-1-git-send-email-yangtiezhu@loongson.cn> References: <1605519767-25502-1-git-send-email-yangtiezhu@loongson.cn> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 16 Nov 2020 17:42:47 +0800 Tiezhu Yang wrote: > "to into" -> "into" > > Reported-by: Sergei Shtylyov > Signed-off-by: Tiezhu Yang > --- > Documentation/dev-tools/kgdb.rst | 7 +++---- > 1 file changed, 3 insertions(+), 4 deletions(-) > > diff --git a/Documentation/dev-tools/kgdb.rst b/Documentation/dev-tools/kgdb.rst > index 77b688e..4345624 100644 > --- a/Documentation/dev-tools/kgdb.rst > +++ b/Documentation/dev-tools/kgdb.rst > @@ -63,10 +63,9 @@ will want to turn on ``CONFIG_DEBUG_INFO`` which is called > It is advised, but not required, that you turn on the > ``CONFIG_FRAME_POINTER`` kernel option which is called :menuselection:`Compile > the kernel with frame pointers` in the config menu. This option inserts code > -to into the compiled executable which saves the frame information in > -registers or on the stack at different points which allows a debugger > -such as gdb to more accurately construct stack back traces while > -debugging the kernel. > +into the compiled executable which saves the frame information in registers > +or on the stack at different points which allows a debugger such as gdb to > +more accurately construct stack back traces while debugging the kernel. Applied. In the future, though, please avoid refilling paragraphs when you make a change like this; it makes it much harder to see what has actually changed. Thanks, jon