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 79D10C433EF for ; Sun, 28 Nov 2021 03:51:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239330AbhK1DyP (ORCPT ); Sat, 27 Nov 2021 22:54:15 -0500 Received: from smtpbg587.qq.com ([113.96.223.105]:39059 "EHLO smtpbg587.qq.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229904AbhK1DwO (ORCPT ); Sat, 27 Nov 2021 22:52:14 -0500 X-QQ-mid: bizesmtp42t1638071331tlejl57q Received: from kali.lan (unknown [182.148.14.187]) by esmtp6.qq.com (ESMTP) with id ; Sun, 28 Nov 2021 11:48:50 +0800 (CST) X-QQ-SSF: 01000000002000C0G000B00A0000000 X-QQ-FEAT: lzF2rc3yiXUKJqz69H5sGeB+vsB0ngWtnRweRIvOWr47fdSr12MLNKP0bgQ9x hgsWnbJQV/Zle48c06ylLN19pORU99zUp1oUJHpm+vE7/iPafaTv6GiER7SckIVIt32wb28 JWb+g9ifs/QVBY1BFtooVQRzsbXbXcU/Zxiijo9hsIgSyzB4HIevE9JCqkEHlgzNmsi3g2f FOD60PVx31Fm2gxHBB7bb3Sr4OVE8cntE9aBmsJiFb+laLW4OpUCPzaomcU7AI50n81RtGS ajrzSBzY7ARFNOBWRq4GsBphFDXXwsFYqN+j0vAzecFK3kmdS+fxKrgXfLMlgU+e7qUVNdE 0/Ct1S8onpuiANaDlaocIbXEUEFnCHkIV5lgai0 X-QQ-GoodBg: 0 From: Jason Wang To: monstr@monstr.eu Cc: wangborong@cdjrlc.com, linux-kernel@vger.kernel.org Subject: [PATCH] microblaze: fix typo in a comment Date: Sun, 28 Nov 2021 11:48:23 +0800 Message-Id: <20211128034823.6930-1-wangborong@cdjrlc.com> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-QQ-SENDSIZE: 520 Feedback-ID: bizesmtp:cdjrlc.com:qybgspam:qybgspam3 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The double `was' is repeated in a comment. Consequently, remove one `was' from the comment. Signed-off-by: Jason Wang --- arch/microblaze/kernel/signal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/microblaze/kernel/signal.c b/arch/microblaze/kernel/signal.c index fc61eb0eb8dd..59f0af5ee042 100644 --- a/arch/microblaze/kernel/signal.c +++ b/arch/microblaze/kernel/signal.c @@ -11,7 +11,7 @@ * * 1997-11-28 Modified for POSIX.1b signals by Richard Henderson * - * This file was was derived from the sh version, arch/sh/kernel/signal.c + * This file was derived from the sh version, arch/sh/kernel/signal.c * * This file is subject to the terms and conditions of the GNU General * Public License. See the file COPYING in the main directory of this -- 2.33.0