Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp2403974pxb; Tue, 23 Feb 2021 06:24:11 -0800 (PST) X-Google-Smtp-Source: ABdhPJyf3uMRj0E0yTcjbTlJTknR9hmABNdpn9TEme2h3Vjv+nkpY2mAmrXwyhD1kifYm06istAI X-Received: by 2002:a05:6402:3133:: with SMTP id dd19mr27844554edb.337.1614090251324; Tue, 23 Feb 2021 06:24:11 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1614090251; cv=none; d=google.com; s=arc-20160816; b=LrwFlQGrAQvuOtMS2doQnrYCBZmxh4T6dZuquL3p1+feTl6xAzvmzDFEvZgRQm4kGM FK7TQmXilFgzwJFoyyljGPat1qc6+H28dlVbu1mTF3kz7k6MXCYwoh4zyiiun6FW1Gry hxQ4IEVpfqzKFXb5y5dNpRd8c0+OGN3cSi6bGko0/qxLUZl/8wkVolLh/pRbenV0/Bpy s70BAa4oYO4APHaq8HLnZDGSmcgBkynxrD8h9nnZ+/no0v3fy6DIP0vSZ/4oBHA+FKOc 7jSBAl5vU1Eesh/TyMWnepHl4O8rXq6cRC9e5UeGzPX4fIx41dYFQ0Myr8l31fokost3 ywzA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:message-id:in-reply-to:subject:cc:to:from :date; bh=6np5idWNQ8uShD99Xb/RstFVdiJQe8DrEDsERL5NoE4=; b=F1lUwuNxJzHjdjPaG/lUoog0leLUMqC/hmohSbid5tpv5l97C6yvv4X3NdeFn5LrCa f2ziYWf1HBgUaPVWQGZpW1VEo0rQYD44hcuii5WEXfBHDSN0TdnuHMEYGTMbu1qAVRrM Yhd6gLBJ2rR4sJ/KlnJs8tEBDXCxGhCIPTuDkRN9PV0Hf8Ar5jbNY+isEFuBJdcFiBOw PsWJRBRp+2/ibFTtVxKczKWZS4/VyBqwPFBwluMkpr8i3Ygp9F+/seO36212gP0cgHKv XWci/l6y1yJvJmHwOWXpV22kbFFLrCSgzL/AQqmm4sNPPP3w4XXciaZSxPxQcuaObyzP rJ9A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id bn5si6603667ejb.583.2021.02.23.06.23.47; Tue, 23 Feb 2021 06:24:11 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232653AbhBWMeA (ORCPT + 99 others); Tue, 23 Feb 2021 07:34:00 -0500 Received: from angie.orcam.me.uk ([157.25.102.26]:36822 "EHLO angie.orcam.me.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232529AbhBWMdz (ORCPT ); Tue, 23 Feb 2021 07:33:55 -0500 Received: by angie.orcam.me.uk (Postfix, from userid 500) id BF3F592009E; Tue, 23 Feb 2021 13:33:11 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by angie.orcam.me.uk (Postfix) with ESMTP id B143092009D; Tue, 23 Feb 2021 13:33:11 +0100 (CET) Date: Tue, 23 Feb 2021 13:33:11 +0100 (CET) From: "Maciej W. Rozycki" To: =?UTF-8?Q?Philippe_Mathieu-Daud=C3=A9?= cc: Lukas Bulwahn , Thomas Bogendoerfer , "open list:BROADCOM NVRAM DRIVER" , Tiezhu Yang , Willy Tarreau , linux-edac@vger.kernel.org, linux-hams@vger.kernel.org, kernel-janitors@vger.kernel.org, open list Subject: Re: [PATCH 5/5] MIPS: SGI-IP27: fix spelling in Copyright In-Reply-To: Message-ID: References: <20210222161905.1153-1-lukas.bulwahn@gmail.com> <20210222161905.1153-6-lukas.bulwahn@gmail.com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 23 Feb 2021, Philippe Mathieu-Daudé wrote: > > diff --git a/arch/mips/sgi-ip27/ip27-timer.c b/arch/mips/sgi-ip27/ip27-timer.c > > index 79c434fece52..444b5e0e935f 100644 > > --- a/arch/mips/sgi-ip27/ip27-timer.c > > +++ b/arch/mips/sgi-ip27/ip27-timer.c > > @@ -1,7 +1,7 @@ > > // SPDX-License-Identifier: GPL-2.0 > > /* > > - * Copytight (C) 1999, 2000, 05, 06 Ralf Baechle (ralf@linux-mips.org) > > - * Copytight (C) 1999, 2000 Silicon Graphics, Inc. > > + * Copyright (C) 1999, 2000, 05, 06 Ralf Baechle (ralf@linux-mips.org) > > If the email isn't valid anymore, why keep it? As I noted in an earlier reply and Kurt further confirmed site recovery is under way. Maciej