From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933146AbcFOVeD (ORCPT ); Wed, 15 Jun 2016 17:34:03 -0400 Received: from mail.kernel.org ([198.145.29.136]:37436 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933044AbcFOVd7 (ORCPT ); Wed, 15 Jun 2016 17:33:59 -0400 Date: Thu, 16 Jun 2016 06:33:49 +0900 From: Masami Hiramatsu To: Jinbum Park Cc: ananth@linux.vnet.ibm.com, anil.s.keshavamurthy@intel.com, davem@davemloft.net, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux@armlinux.org.uk Subject: Re: [PATCH] kprobes: fix a comment typo Message-Id: <20160616063349.f9406a9b343f8eab04e27931@kernel.org> In-Reply-To: <20160615151922.GA30806@pjb1027-Latitude-E5410> References: <20160615151922.GA30806@pjb1027-Latitude-E5410> X-Mailer: Sylpheed 3.4.3 (GTK+ 2.24.28; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 16 Jun 2016 00:19:22 +0900 Jinbum Park wrote: > Just fix a typo in the code comment. Thanks :) Acked-by: Masami Hiramatsu > > Signed-off-by: Jinbum Park > --- > arch/arm/probes/kprobes/opt-arm.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/probes/kprobes/opt-arm.c b/arch/arm/probes/kprobes/opt-arm.c > index bcdecc2..073c0ba 100644 > --- a/arch/arm/probes/kprobes/opt-arm.c > +++ b/arch/arm/probes/kprobes/opt-arm.c > @@ -223,7 +223,7 @@ int arch_prepare_optimized_kprobe(struct optimized_kprobe *op, struct kprobe *or > * > * So the maximum forward branch should be: > * (0x007fffff << 2) = 0x01fffffc = 0x1fffffc > - * The maximum backword branch should be: > + * The maximum backward branch should be: > * (0xff800000 << 2) = 0xfe000000 = -0x2000000 > * > * We can simply check (rel & 0xfe000003): > -- > 1.9.1 > -- Masami Hiramatsu