From nobody Wed Apr 8 03:26:37 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 49EFBC433FE for ; Sat, 22 Oct 2022 05:32:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229782AbiJVFcn (ORCPT ); Sat, 22 Oct 2022 01:32:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43462 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229449AbiJVFck (ORCPT ); Sat, 22 Oct 2022 01:32:40 -0400 Received: from bg4.exmail.qq.com (bg4.exmail.qq.com [43.155.67.158]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B156F2ADD33; Fri, 21 Oct 2022 22:32:38 -0700 (PDT) X-QQ-mid: bizesmtp71t1666416749ts4sifcz Received: from localhost.localdomain ( [182.148.15.254]) by bizesmtp.qq.com (ESMTP) with id ; Sat, 22 Oct 2022 13:32:28 +0800 (CST) X-QQ-SSF: 01000000000000C0E000000A0000000 X-QQ-FEAT: 5CNn+SP0K2ttXzeu91R1nu2YCiQn3ChaWyDwgxWfIMzjeCTZpSI5CWj7bGIca 75fb/Db6Hl0nupyT+u8tl9b6M7C7tK7YUSpb/OHtskIxx3+bhcT6mXJ8+CCXl7yhKncHh/9 Dwma3i1zW5VOGk5VkkWolAfI7olCRdoqOOTyKjGs5oX5R2/5SN2fIsksvMtxyMcQyPP8l3l I9MSKk8015ADLO40KX2p3G99bfzqF0AbhL+qXFZ9BVudbfldwfoztoGxq3tVBrWSLouzlbf JRuAK3iSIiWxNPbcXnLtJoHboeDVPyiaY8dd5I4OKenjt3b/28+xmpqYw0J41hqndGzUBeY /d0rxSWvcZ8+ZkvN84yPokggTqIdt8W5mkj5qXlvaFe8Qo55Ww= X-QQ-GoodBg: 0 From: wangjianli To: hca@linux.ibm.com, gor@linux.ibm.com, agordeev@linux.ibm.com, borntraeger@linux.ibm.com, svens@linux.ibm.com Cc: linux-s390@vger.kernel.org, linux-kernel@vger.kernel.org, wangjianli Subject: [PATCH] s390/kernel: fix repeated words in comments Date: Sat, 22 Oct 2022 13:32:22 +0800 Message-Id: <20221022053222.20614-1-wangjianli@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:qybglogicsvr:qybglogicsvr7 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: wangjianli --- arch/s390/kernel/sthyi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/s390/kernel/sthyi.c b/arch/s390/kernel/sthyi.c index 4d141e2c132e..dfc350fab384 100644 --- a/arch/s390/kernel/sthyi.c +++ b/arch/s390/kernel/sthyi.c @@ -250,7 +250,7 @@ static void fill_diag_mac(struct sthyi_sctns *sctns, sctns->mac.infmval1 |=3D MAC_CNT_VLD; } =20 -/* Returns a pointer to the the next partition block. */ +/* Returns a pointer to the next partition block. */ static struct diag204_x_part_block *lpar_cpu_inf(struct lpar_cpu_inf *part= _inf, bool this_lpar, void *diag224_buf, --=20 2.36.1