From patchwork Fri Mar 18 10:37:23 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Julia Lawall X-Patchwork-Id: 12785162 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 396C1C433EF for ; Fri, 18 Mar 2022 10:47:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=FEFAH8PQxQMnRkEeZY8UVUZPE4Gu4PV+rXCD4ER44rw=; b=Xmp+uD5/p7MwTS ONbBUqFkyLdjq3rXGym7+p4ro2/nkxdauwYVhcQyQAUQ3FnCF01EnMsl/gQXZTPGFAZl7MSKPJ0ka hl/fSHmzD3AZcEp2FX1FeQZEOTDZ3sdxuCtxktzwF9Q6w2otn3WCfITuSDvHJIxJMYd4TU46Kl2Du fMrFkz6xk7NvvX61LTaSPO5+0GjP5DvwHzd5axSmE9rW1Ok/zlunM2eYwWyi9kcr9F83CCJc7jvJo wzhjkSS8Q7zYldjgE4lWFSoOmrg9vw47//HOh6X2b664msPni0Z4X30HBcXjVTYkgxZDo0wNI6/+D hQZvM54EhY++KBlAQgVg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nVA7p-001E1q-D6; Fri, 18 Mar 2022 10:46:30 +0000 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nV9zV-0019jJ-NS for linux-arm-kernel@lists.infradead.org; Fri, 18 Mar 2022 10:37:55 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inria.fr; s=dc; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=nlWcpuDMGndfcf60xo4QgJDKfAjIVOd+7i+P3kE7ioY=; b=pQ1G7xkQMhqAxkk16dNCBi4uroD33D3NVEVGnh00yPScoeWxCHMWU13+ Uoq/Df3tiN8GqVqrYJA51WfMAsxwUtoZxYhmaStmRvkc2DNhSC+2qX69l cQ6k+33C8M8vz3LGZe6el52z2Fb6bLPSy/YLacMlNImmzW5iA5UndHG54 I=; Authentication-Results: mail3-relais-sop.national.inria.fr; dkim=none (message not signed) header.i=none; spf=SoftFail smtp.mailfrom=Julia.Lawall@inria.fr; dmarc=fail (p=none dis=none) d=inria.fr X-IronPort-AV: E=Sophos;i="5.90,192,1643670000"; d="scan'208";a="8935666" Received: from i80.paris.inria.fr (HELO i80.paris.inria.fr.) ([128.93.90.48]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Mar 2022 11:37:39 +0100 From: Julia Lawall To: Will Deacon Cc: kernel-janitors@vger.kernel.org, Mark Rutland , Catalin Marinas , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH] arm64: hw_breakpoint: fix typos in comments Date: Fri, 18 Mar 2022 11:37:23 +0100 Message-Id: <20220318103729.157574-28-Julia.Lawall@inria.fr> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220318_033754_096327_357F6104 X-CRM114-Status: GOOD ( 13.18 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Various spelling mistakes in comments. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall --- arch/arm64/kernel/hw_breakpoint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/kernel/hw_breakpoint.c b/arch/arm64/kernel/hw_breakpoint.c index 712e97c03e54..cd868084e724 100644 --- a/arch/arm64/kernel/hw_breakpoint.c +++ b/arch/arm64/kernel/hw_breakpoint.c @@ -701,7 +701,7 @@ NOKPROBE_SYMBOL(breakpoint_handler); * addresses. There is no straight-forward way, short of disassembling the * offending instruction, to map that address back to the watchpoint. This * function computes the distance of the memory access from the watchpoint as a - * heuristic for the likelyhood that a given access triggered the watchpoint. + * heuristic for the likelihood that a given access triggered the watchpoint. * * See Section D2.10.5 "Determining the memory location that caused a Watchpoint * exception" of ARMv8 Architecture Reference Manual for details.