From nobody Sun Sep 14 03:49:32 2025 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D85DEC61DA3 for ; Fri, 27 Jan 2023 06:41:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232564AbjA0Glo (ORCPT ); Fri, 27 Jan 2023 01:41:44 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39116 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231846AbjA0GkU (ORCPT ); Fri, 27 Jan 2023 01:40:20 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 01BE66ACAC; Thu, 26 Jan 2023 22:40:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: MIME-Version:References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender :Reply-To:Content-Type:Content-ID:Content-Description; bh=wPxHhaRZN6bt7mo7Kmz71jMB8x1VOFtn9vL42DR9a2U=; b=mxoBxwohg4yqbWOJFYXx9b38gY 2kpxaQnim1yFeQhuR37mzgEhVicw93WcVMGpE29U8PXTxoGYm+FSR1Qp17bIRdGHUa7I/OQXwBfw8 iaadcRpEztqFTMt9PUh+UW2Nsdu/sqpiFdYKo31PD1I2EqOvwPu/Z1/eftpBjdTrzHctFF76R+/Fg bCdYR/BxI9BzUIxF4HELxso7Mjbv0xwkZtgDNUkdLdrXBQniHHTDa7m0+/PbK6rmQKUvGrczUO55S joHevykAF6jEKDldEa6t931njbF2/gAHOLv4A57+5hgR3kt9jMXrk0RipnSef1lAeLFAcb1QatQf1 PIwyZPXw==; Received: from [2601:1c2:d80:3110::9307] (helo=bombadil.infradead.org) by bombadil.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1pLIPJ-00DM0u-GF; Fri, 27 Jan 2023 06:40:17 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , Josh Poimboeuf , Jiri Kosina , Miroslav Benes , Petr Mladek , live-patching@vger.kernel.org, Jonathan Corbet , linux-doc@vger.kernel.org Subject: [PATCH 16/35] Documentation: livepatch: correct spelling Date: Thu, 26 Jan 2023 22:39:46 -0800 Message-Id: <20230127064005.1558-17-rdunlap@infradead.org> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230127064005.1558-1-rdunlap@infradead.org> References: <20230127064005.1558-1-rdunlap@infradead.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Correct spelling problems for Documentation/livepatch/ as reported by codespell. Signed-off-by: Randy Dunlap Cc: Josh Poimboeuf Cc: Jiri Kosina Cc: Miroslav Benes Cc: Petr Mladek Cc: live-patching@vger.kernel.org Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Reviewed-by: Petr Mladek --- Documentation/livepatch/reliable-stacktrace.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -- a/Documentation/livepatch/reliable-stacktrace.rst b/Documentation/l= ivepatch/reliable-stacktrace.rst --- a/Documentation/livepatch/reliable-stacktrace.rst +++ b/Documentation/livepatch/reliable-stacktrace.rst @@ -40,7 +40,7 @@ Principally, the reliable stacktrace fun .. note:: In some cases it is legitimate to omit specific functions from the trac= e, but all other functions must be reported. These cases are described in - futher detail below. + further detail below. =20 Secondly, the reliable stacktrace function must be robust to cases where the stack or other unwind state is corrupt or otherwise unreliable. The