From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751860AbeEFLYe (ORCPT ); Sun, 6 May 2018 07:24:34 -0400 Received: from sauhun.de ([88.99.104.3]:37676 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751776AbeEFLYb (ORCPT ); Sun, 6 May 2018 07:24:31 -0400 From: Wolfram Sang To: trivial@kernel.org Cc: linux-renesas-soc@vger.kernel.org, Wolfram Sang , Josh Poimboeuf , linux-kernel@vger.kernel.org Subject: [PATCH 9/9] objtool: fix typo 'can by' to 'can be' Date: Sun, 6 May 2018 13:23:53 +0200 Message-Id: <20180506112404.24872-10-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20180506112404.24872-1-wsa+renesas@sang-engineering.com> References: <20180506112404.24872-1-wsa+renesas@sang-engineering.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Wolfram Sang --- tools/objtool/Documentation/stack-validation.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/objtool/Documentation/stack-validation.txt b/tools/objtool/Documentation/stack-validation.txt index 3995735a878fe7..b8a32534b9d5de 100644 --- a/tools/objtool/Documentation/stack-validation.txt +++ b/tools/objtool/Documentation/stack-validation.txt @@ -136,7 +136,7 @@ To achieve the validation, objtool enforces the following rules: 3. Each callable function which calls another function must have the correct frame pointer logic, if required by CONFIG_FRAME_POINTER or - the architecture's back chain rules. This can by done in asm code + the architecture's back chain rules. This can be done in asm code with the FRAME_BEGIN/FRAME_END macros. This rule ensures that frame pointer based stack traces will work as -- 2.11.0