From nobody Sun Apr 26 21:39:11 2026 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 28484C43334 for ; Wed, 22 Jun 2022 06:29:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1350986AbiFVG3P (ORCPT ); Wed, 22 Jun 2022 02:29:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45410 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234275AbiFVG3L (ORCPT ); Wed, 22 Jun 2022 02:29:11 -0400 Received: from smtpbg.qq.com (smtpbg123.qq.com [175.27.65.52]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 60FFF13E9A for ; Tue, 21 Jun 2022 23:29:06 -0700 (PDT) X-QQ-mid: bizesmtp90t1655879336tbj1o6i1 Received: from localhost.localdomain ( [125.70.163.206]) by bizesmtp.qq.com (ESMTP) with id ; Wed, 22 Jun 2022 14:28:44 +0800 (CST) X-QQ-SSF: 0100000000200020B000B00A0000000 X-QQ-FEAT: HoyAXBWgsklVvob0kjHjkPepFLnQrxhtfvdDLL6RxEdYS0fYuJCAo0sqkm9Hx d8ipVibSteWdQDAPhONQrlk7kUQz3sd9W4X/wqEXcIk8ymH26SedI9fxLa7EH3tParpoYt1 J7tdHWn4UBqFzwjZPRC2B1IbVrna7GwSVx2PzvaQ/9R320s1OZocuHV+G5zZ179oOVPBBUG 4tKTSiYFrRt+6WlEPaS0zPYlJwgsM9aTEO7yFUBzDO9wi23uo3dKq3zR62Am+h2l5CTgeoT +rAKKmtLkeU0HoYYV8afEdTtUmkW7q7zVlzxGAvwRrAsPgOIELmc081apgumQV6EzqaUqnS 7MxplLKRwK6snyn+xk= X-QQ-GoodBg: 0 From: Jilin Yuan To: gerg@linux-m68k.org, geert@linux-m68k.org Cc: linux-m68k@lists.linux-m68k.org, linux-kernel@vger.kernel.org, Jilin Yuan Subject: [PATCH] m68k:coldfire:Fix typos in comments Date: Wed, 22 Jun 2022 14:28:35 +0800 Message-Id: <20220622062835.53980-1-yuanjilin@cdjrlc.com> X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-QQ-SENDSIZE: 520 Feedback-ID: bizesmtp:cdjrlc.com:qybgspam:qybgspam8 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Delete the redundant word 'the'. Signed-off-by: Jilin Yuan --- arch/m68k/coldfire/intc-2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/m68k/coldfire/intc-2.c b/arch/m68k/coldfire/intc-2.c index 995093357c59..376e37855ebd 100644 --- a/arch/m68k/coldfire/intc-2.c +++ b/arch/m68k/coldfire/intc-2.c @@ -7,7 +7,7 @@ * family, the 5270, 5271, 5274, 5275, and the 528x family which have two = such * controllers, and the 547x and 548x families which have only one of them. * - * The external 7 fixed interrupts are part the the Edge Port unit of these + * The external 7 fixed interrupts are part the Edge Port unit of these * ColdFire parts. They can be configured as level or edge triggered. * * (C) Copyright 2009-2011, Greg Ungerer --=20 2.36.1