From patchwork Sun Jul 26 00:32:07 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 11685341 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id D51FB13B6 for ; Sun, 26 Jul 2020 00:33:50 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id A52332070C for ; Sun, 26 Jul 2020 00:33:50 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="CExDKMJP"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="ZCA3cyUs" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A52332070C Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=9MQdVnK58VbYOL23fYkblOytfTyB2gJCmbSG78Wjojk=; b=CExDKMJP6MrzugthO9mhRMPvC mawpzZRhaD9d/EKZwjj4EsYAgLcXTOqtAaEk9YChypQAM50ubFESsa8s3NvpKN/+0gsT3CMzIbLy+ BRhaIREQYUUDXxwd/V8gyLNi1i8XyXGnyug+2+wPXdJItGdyXZ2P6YA4E6v4fiK5fFsKymX+3lb0d Lxo24QqcPzsoewaFQEgVcVhEQBVKfd+tnD6fDliGq0P7aKHQAT4UYWKw2PdlFggcQ5Oql50OkWfKu Zssx7IQSYWRXWPkPI3WpqPVy+NO5Y809vyL/TiMNOb2Jv8/Rb9jCm0HvWI9UCfZtLylWxUjRTMsZh 7NmL6XucA==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jzUaW-0000gP-R2; Sun, 26 Jul 2020 00:32:24 +0000 Received: from casper.infradead.org ([2001:8b0:10b:1236::1]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jzUaP-0000fn-4e; Sun, 26 Jul 2020 00:32:20 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=rD4MBwzb8VJHKl1gycQF4Ap/2qNTaWEJ+pUmhGZKJmg=; b=ZCA3cyUs6mYJ61gy4gvWyH1uPl Qgo8ANIdxdNHBceyAV8dG81e3mKGMCpo0bMZJ25djMw2cinvY2WkzVaSfC5dQVqkqDwnNrQkOVLm6 isyyuphzOUeRlfBR5ZgkbWok0TDHKO+4swDoD51ZBYMtEojfileDXp8OtYrssyRm2/ZuUeeYWNuVm koaXNms1jTfA1Qo6/A+gCzMcqO4iSqrv5uw/kivY2/D0QfT0vQ1BzZN4SPQ95LrzWKswdeioaTduU STpMeuU2Zr+FM4Co4X66jH8lnvCvTG6Gsb/YLW2iBNOzZPKpfLyBHaqf1po/q59twToep5TJK68Te 2KCG3ocQ==; Received: from [2601:1c0:6280:3f0::19c2] (helo=smtpauth.infradead.org) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jzUaN-0002x2-Qd; Sun, 26 Jul 2020 00:32:16 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Subject: [PATCH 3/3] arm64: sigcontext.h: delete duplicated word Date: Sat, 25 Jul 2020 17:32:07 -0700 Message-Id: <20200726003207.20253-4-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200726003207.20253-1-rdunlap@infradead.org> References: <20200726003207.20253-1-rdunlap@infradead.org> MIME-Version: 1.0 X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Catalin Marinas , Randy Dunlap , Will Deacon , linux-arm-kernel@lists.infradead.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org Drop the repeated word "the". Signed-off-by: Randy Dunlap Cc: Catalin Marinas Cc: Will Deacon Cc: linux-arm-kernel@lists.infradead.org --- arch/arm64/include/uapi/asm/sigcontext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200720.orig/arch/arm64/include/uapi/asm/sigcontext.h +++ linux-next-20200720/arch/arm64/include/uapi/asm/sigcontext.h @@ -179,7 +179,7 @@ struct sve_context { * The same convention applies when returning from a signal: a caller * will need to remove or resize the sve_context block if it wants to * make the SVE registers live when they were previously non-live or - * vice-versa. This may require the the caller to allocate fresh + * vice-versa. This may require the caller to allocate fresh * memory and/or move other context blocks in the signal frame. * * Changing the vector length during signal return is not permitted: